File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88gem "rails" , "~> 7.1.0"
99gem "puma" , "~> 6.5.0"
1010
11- gem "sqlite3" , "~> 1.7 .0"
11+ gem "sqlite3" , "~> 2.5 .0"
1212gem "pg" , "~> 1.5.3"
1313
1414# Start debugger with binding.b [https://github.com/ruby/debug]
Original file line number Diff line number Diff line change 385385 actionpack (>= 6.1 )
386386 activesupport (>= 6.1 )
387387 sprockets (>= 3.0.0 )
388- sqlite3 (1.7.3 -arm64-darwin )
389- sqlite3 (1.7.3 -x86_64-linux )
388+ sqlite3 (2.5.0 -arm64-darwin )
389+ sqlite3 (2.5.0 -x86_64-linux-gnu )
390390 stringio (3.1.2 )
391391 thor (1.3.2 )
392392 timeout (0.4.3 )
@@ -426,7 +426,7 @@ DEPENDENCIES
426426 rubocop-config-captive (~> 1.16.0 )
427427 shoulda-matchers (~> 6.4.0 )
428428 sprockets-rails (~> 3.5.0 )
429- sqlite3 (~> 1.7 .0 )
429+ sqlite3 (~> 2.5 .0 )
430430 webmock (~> 3.24.0 )
431431 yard (~> 0.9.34 )
432432
Original file line number Diff line number Diff line change 66
77gem "puma" , "6.5.0"
88
9- gem "sqlite3" , "1.7.3 "
9+ gem "sqlite3" , "2.5.0 "
1010
1111gem "sprockets-rails" , "3.5.2"
1212
Original file line number Diff line number Diff line change 121121 actionpack (>= 6.1 )
122122 activesupport (>= 6.1 )
123123 sprockets (>= 3.0.0 )
124- sqlite3 (1.7.3 -arm64-darwin )
125- sqlite3 (1.7.3 -x86_64-linux )
124+ sqlite3 (2.5.0 -arm64-darwin )
125+ sqlite3 (2.5.0 -x86_64-linux-gnu )
126126 stringio (3.1.2 )
127127 thor (1.3.2 )
128128 tzinfo (2.0.6 )
@@ -139,7 +139,7 @@ DEPENDENCIES
139139 captive-crash-reporter !
140140 puma (= 6.5.0 )
141141 sprockets-rails (= 3.5.2 )
142- sqlite3 (= 1.7.3 )
142+ sqlite3 (= 2.5.0 )
143143
144144BUNDLED WITH
145145 2.4.17
You can’t perform that action at this time.
0 commit comments