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.6 .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 393393 actionpack (>= 6.1 )
394394 activesupport (>= 6.1 )
395395 sprockets (>= 3.0.0 )
396- sqlite3 (1.7.3 -arm64-darwin )
397- sqlite3 (1.7.3 -x86_64-linux )
396+ sqlite3 (2.6.0 -arm64-darwin )
397+ sqlite3 (2.6.0 -x86_64-linux-gnu )
398398 stringio (3.1.7 )
399399 thor (1.3.2 )
400400 timeout (0.4.3 )
@@ -435,7 +435,7 @@ DEPENDENCIES
435435 rubocop-config-captive (~> 1.16.0 )
436436 shoulda-matchers (~> 6.5.0 )
437437 sprockets-rails (~> 3.5.0 )
438- sqlite3 (~> 1.7 .0 )
438+ sqlite3 (~> 2.6 .0 )
439439 webmock (~> 3.25.0 )
440440 yard (~> 0.9.34 )
441441
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.6.0 "
1010
1111gem "sprockets-rails" , "3.5.2"
1212
Original file line number Diff line number Diff line change 6060 loofah (2.24.0 )
6161 crass (~> 1.0.2 )
6262 nokogiri (>= 1.12.0 )
63- mini_portile2 (2.8.8 )
6463 minitest (5.25.5 )
6564 nio4r (2.7.4 )
6665 nokogiri (1.18.8-arm64-darwin )
130129 actionpack (>= 6.1 )
131130 activesupport (>= 6.1 )
132131 sprockets (>= 3.0.0 )
133- sqlite3 (1.7.3 )
134- mini_portile2 ( ~> 2.8.0 )
132+ sqlite3 (2.6.0-arm64-darwin )
133+ sqlite3 ( 2.6.0-x86_64-linux-gnu )
135134 stringio (3.1.7 )
136135 thor (1.3.2 )
137136 tzinfo (2.0.6 )
@@ -148,7 +147,7 @@ DEPENDENCIES
148147 captive-crash-reporter !
149148 puma (= 6.6.0 )
150149 sprockets-rails (= 3.5.2 )
151- sqlite3 (= 1.7.3 )
150+ sqlite3 (= 2.6.0 )
152151
153152BUNDLED WITH
154153 2.4.17
You can’t perform that action at this time.
0 commit comments