File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
Expand file tree Collapse file tree 4 files changed +8
-9
lines changed 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.5.3"
1313
1414# Start debugger with binding.b [https://github.com/ruby/debug]
Original file line number Diff line number Diff line change 395395 actionpack (>= 6.1 )
396396 activesupport (>= 6.1 )
397397 sprockets (>= 3.0.0 )
398- sqlite3 (1 .7.3 -arm64-darwin )
399- sqlite3 (1 .7.3 -x86_64-linux )
398+ sqlite3 (2 .7.2 -arm64-darwin )
399+ sqlite3 (2 .7.2 -x86_64-linux-gnu )
400400 stringio (3.1.7 )
401401 thor (1.3.2 )
402402 timeout (0.4.3 )
@@ -437,7 +437,7 @@ DEPENDENCIES
437437 rubocop-config-captive (~> 1.16.0 )
438438 shoulda-matchers (~> 6.5.0 )
439439 sprockets-rails (~> 3.5.0 )
440- sqlite3 (~> 1 .7.0 )
440+ sqlite3 (~> 2 .7.0 )
441441 webmock (~> 3.25.0 )
442442 yard (~> 0.9.34 )
443443
Original file line number Diff line number Diff line change 66
77gem "puma" , "6.6.0"
88
9- gem "sqlite3" , "1 .7.3 "
9+ gem "sqlite3" , "2 .7.2 "
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.8-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.2-arm64-darwin )
135+ sqlite3 ( 2.7.2-x86_64-linux-gnu )
137136 stringio (3.1.7 )
138137 thor (1.3.2 )
139138 tzinfo (2.0.6 )
@@ -150,7 +149,7 @@ DEPENDENCIES
150149 captive-crash-reporter !
151150 puma (= 6.6.0 )
152151 sprockets-rails (= 3.5.2 )
153- sqlite3 (= 1 .7.3 )
152+ sqlite3 (= 2 .7.2 )
154153
155154BUNDLED WITH
156155 2.4.17
You can’t perform that action at this time.
0 commit comments