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.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 5858 loofah (2.23.1 )
5959 crass (~> 1.0.2 )
6060 nokogiri (>= 1.12.0 )
61- mini_portile2 (2.8.8 )
6261 minitest (5.25.4 )
6362 nio4r (2.7.4 )
6463 nokogiri (1.18.0-arm64-darwin )
122121 actionpack (>= 6.1 )
123122 activesupport (>= 6.1 )
124123 sprockets (>= 3.0.0 )
125- sqlite3 (1.7.3 )
126- mini_portile2 ( ~> 2.8.0 )
124+ sqlite3 (2.5.0-arm64-darwin )
125+ sqlite3 ( 2.5.0-x86_64-linux-gnu )
127126 stringio (3.1.2 )
128127 thor (1.3.2 )
129128 tzinfo (2.0.6 )
@@ -140,7 +139,7 @@ DEPENDENCIES
140139 captive-crash-reporter !
141140 puma (= 6.5.0 )
142141 sprockets-rails (= 3.5.2 )
143- sqlite3 (= 1.7.3 )
142+ sqlite3 (= 2.5.0 )
144143
145144BUNDLED WITH
146145 2.4.17
You can’t perform that action at this time.
0 commit comments