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.4.0"
1010
11- gem "sqlite3" , "~> 1.7 .0"
11+ gem "sqlite3" , "~> 2.0 .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 377377 actionpack (>= 5.2 )
378378 activesupport (>= 5.2 )
379379 sprockets (>= 3.0.0 )
380- sqlite3 (1.7 .3-arm64-darwin )
381- sqlite3 (1.7 .3-x86_64-linux )
380+ sqlite3 (2.0 .3-arm64-darwin )
381+ sqlite3 (2.0 .3-x86_64-linux-gnu )
382382 stringio (3.1.1 )
383383 strscan (3.1.0 )
384384 thor (1.3.1 )
@@ -418,7 +418,7 @@ DEPENDENCIES
418418 rubocop-config-captive (~> 1.12.0 )
419419 shoulda-matchers (~> 6.2.0 )
420420 sprockets-rails (~> 3.4.2 )
421- sqlite3 (~> 1.7 .0 )
421+ sqlite3 (~> 2.0 .0 )
422422 webmock (~> 3.23.0 )
423423 yard (~> 0.9.34 )
424424
Original file line number Diff line number Diff line change 66
77gem "puma" , "6.4.2"
88
9- gem "sqlite3" , "1.7 .3"
9+ gem "sqlite3" , "2.0 .3"
1010
1111gem "sprockets-rails" , "3.4.2"
1212
Original file line number Diff line number Diff line change 117117 actionpack (>= 5.2 )
118118 activesupport (>= 5.2 )
119119 sprockets (>= 3.0.0 )
120- sqlite3 (1.7 .3-arm64-darwin )
121- sqlite3 (1.7 .3-x86_64-linux )
120+ sqlite3 (2.0 .3-arm64-darwin )
121+ sqlite3 (2.0 .3-x86_64-linux-gnu )
122122 stringio (3.1.1 )
123123 thor (1.3.1 )
124124 tzinfo (2.0.6 )
@@ -134,7 +134,7 @@ DEPENDENCIES
134134 captive-crash-reporter !
135135 puma (= 6.4.2 )
136136 sprockets-rails (= 3.4.2 )
137- sqlite3 (= 1.7 .3 )
137+ sqlite3 (= 2.0 .3 )
138138
139139BUNDLED WITH
140140 2.4.17
You can’t perform that action at this time.
0 commit comments