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.6.0"
1010
11- gem "sqlite3" , "~> 1 .7.0"
11+ gem "sqlite3" , "~> 2 .7.0"
1212gem "pg" , "~> 1.6.0"
1313
1414# Start debugger with binding.b [https://github.com/ruby/debug]
Original file line number Diff line number Diff line change 396396 actionpack (>= 6.1 )
397397 activesupport (>= 6.1 )
398398 sprockets (>= 3.0.0 )
399- sqlite3 (1 .7.3 -arm64-darwin )
400- sqlite3 (1 .7.3 -x86_64-linux )
399+ sqlite3 (2 .7.4 -arm64-darwin )
400+ sqlite3 (2 .7.4 -x86_64-linux-gnu )
401401 stringio (3.1.7 )
402402 thor (1.4.0 )
403403 timeout (0.4.3 )
@@ -438,7 +438,7 @@ DEPENDENCIES
438438 rubocop-config-captive (~> 1.16.0 )
439439 shoulda-matchers (~> 6.5.0 )
440440 sprockets-rails (~> 3.5.0 )
441- sqlite3 (~> 1 .7.0 )
441+ sqlite3 (~> 2 .7.0 )
442442 webmock (~> 3.25.0 )
443443 yard (~> 0.9.34 )
444444
Original file line number Diff line number Diff line change 66
77gem "puma" , "6.6.1"
88
9- gem "sqlite3" , "1 .7.3 "
9+ gem "sqlite3" , "2 .7.4 "
1010
1111gem "sprockets-rails" , "3.5.2"
1212
Original file line number Diff line number Diff line change 6161 loofah (2.24.1 )
6262 crass (~> 1.0.2 )
6363 nokogiri (>= 1.12.0 )
64- mini_portile2 (2.8.9 )
6564 minitest (5.25.5 )
6665 nio4r (2.7.4 )
6766 nokogiri (1.18.9-arm64-darwin )
132131 actionpack (>= 6.1 )
133132 activesupport (>= 6.1 )
134133 sprockets (>= 3.0.0 )
135- sqlite3 (1 .7.3 )
136- mini_portile2 ( ~> 2.8.0 )
134+ sqlite3 (2 .7.4-arm64-darwin )
135+ sqlite3 ( 2.7.4-x86_64-linux-gnu )
137136 stringio (3.1.7 )
138137 thor (1.4.0 )
139138 tzinfo (2.0.6 )
@@ -150,7 +149,7 @@ DEPENDENCIES
150149 captive-crash-reporter !
151150 puma (= 6.6.1 )
152151 sprockets-rails (= 3.5.2 )
153- sqlite3 (= 1 .7.3 )
152+ sqlite3 (= 2 .7.4 )
154153
155154BUNDLED WITH
156155 2.4.17
You can’t perform that action at this time.
0 commit comments