File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 373373 actionpack (>= 5.2 )
374374 activesupport (>= 5.2 )
375375 sprockets (>= 3.0.0 )
376- sqlite3 (1.7.3 -arm64-darwin )
377- sqlite3 (1.7.3 -x86_64-linux )
376+ sqlite3 (2.0.0 -arm64-darwin )
377+ sqlite3 (2.0.0 -x86_64-linux-gnu )
378378 stringio (3.1.0 )
379379 thor (1.3.1 )
380380 timeout (0.4.1 )
@@ -413,7 +413,7 @@ DEPENDENCIES
413413 rubocop-config-captive (~> 1.11.0 )
414414 shoulda-matchers (~> 6.2.0 )
415415 sprockets-rails (~> 3.4.2 )
416- sqlite3 (~> 1.7 .0 )
416+ sqlite3 (~> 2.0 .0 )
417417 webmock (~> 3.23.0 )
418418 yard (~> 0.9.34 )
419419
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.0 "
1010
1111gem "sprockets-rails" , "3.4.2"
1212
Original file line number Diff line number Diff line change 115115 actionpack (>= 5.2 )
116116 activesupport (>= 5.2 )
117117 sprockets (>= 3.0.0 )
118- sqlite3 (1.7.3 -arm64-darwin )
119- sqlite3 (1.7.3 -x86_64-linux )
118+ sqlite3 (2.0.0 -arm64-darwin )
119+ sqlite3 (2.0.0 -x86_64-linux-gnu )
120120 stringio (3.1.0 )
121121 thor (1.3.1 )
122122 tzinfo (2.0.6 )
@@ -132,7 +132,7 @@ DEPENDENCIES
132132 captive-crash-reporter !
133133 puma (= 6.4.2 )
134134 sprockets-rails (= 3.4.2 )
135- sqlite3 (= 1.7.3 )
135+ sqlite3 (= 2.0.0 )
136136
137137BUNDLED WITH
138138 2.4.17
You can’t perform that action at this time.
0 commit comments