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 390390 actionpack (>= 6.1 )
391391 activesupport (>= 6.1 )
392392 sprockets (>= 3.0.0 )
393- sqlite3 (1.7.3 -arm64-darwin )
394- sqlite3 (1.7.3 -x86_64-linux )
393+ sqlite3 (2.6.0 -arm64-darwin )
394+ sqlite3 (2.6.0 -x86_64-linux-gnu )
395395 stringio (3.1.3 )
396396 thor (1.3.2 )
397397 timeout (0.4.3 )
@@ -432,7 +432,7 @@ DEPENDENCIES
432432 rubocop-config-captive (~> 1.16.0 )
433433 shoulda-matchers (~> 6.4.0 )
434434 sprockets-rails (~> 3.5.0 )
435- sqlite3 (~> 1.7 .0 )
435+ sqlite3 (~> 2.6 .0 )
436436 webmock (~> 3.25.0 )
437437 yard (~> 0.9.34 )
438438
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 5959 loofah (2.24.0 )
6060 crass (~> 1.0.2 )
6161 nokogiri (>= 1.12.0 )
62- mini_portile2 (2.8.8 )
6362 minitest (5.25.4 )
6463 nio4r (2.7.4 )
6564 nokogiri (1.18.2-arm64-darwin )
128127 actionpack (>= 6.1 )
129128 activesupport (>= 6.1 )
130129 sprockets (>= 3.0.0 )
131- sqlite3 (1.7.3 )
132- mini_portile2 ( ~> 2.8.0 )
130+ sqlite3 (2.6.0-arm64-darwin )
131+ sqlite3 ( 2.6.0-x86_64-linux-gnu )
133132 stringio (3.1.3 )
134133 thor (1.3.2 )
135134 tzinfo (2.0.6 )
@@ -146,7 +145,7 @@ DEPENDENCIES
146145 captive-crash-reporter !
147146 puma (= 6.6.0 )
148147 sprockets-rails (= 3.5.2 )
149- sqlite3 (= 1.7.3 )
148+ sqlite3 (= 2.6.0 )
150149
151150BUNDLED WITH
152151 2.4.17
You can’t perform that action at this time.
0 commit comments