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.9 .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 398398 actionpack (>= 6.1 )
399399 activesupport (>= 6.1 )
400400 sprockets (>= 3.0.0 )
401- sqlite3 (1.7.3 -arm64-darwin )
402- sqlite3 (1.7.3 -x86_64-linux )
401+ sqlite3 (2.9.0 -arm64-darwin )
402+ sqlite3 (2.9.0 -x86_64-linux-gnu )
403403 stringio (3.1.7 )
404404 thor (1.4.0 )
405405 timeout (0.4.3 )
@@ -441,7 +441,7 @@ DEPENDENCIES
441441 rubocop-config-captive (~> 1.16.0 )
442442 shoulda-matchers (~> 6.5.0 )
443443 sprockets-rails (~> 3.5.0 )
444- sqlite3 (~> 1.7 .0 )
444+ sqlite3 (~> 2.9 .0 )
445445 webmock (~> 3.25.0 )
446446 yard (~> 0.9.34 )
447447
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.9.0 "
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.26.0 )
6665 nio4r (2.7.4 )
6766 nokogiri (1.18.10-arm64-darwin )
134133 actionpack (>= 6.1 )
135134 activesupport (>= 6.1 )
136135 sprockets (>= 3.0.0 )
137- sqlite3 (1.7.3 )
138- mini_portile2 ( ~> 2.8.0 )
136+ sqlite3 (2.9.0-arm64-darwin )
137+ sqlite3 ( 2.9.0-x86_64-linux-gnu )
139138 stringio (3.1.7 )
140139 thor (1.4.0 )
141140 tsort (0.2.0 )
@@ -153,7 +152,7 @@ DEPENDENCIES
153152 captive-crash-reporter !
154153 puma (= 6.6.1 )
155154 sprockets-rails (= 3.5.2 )
156- sqlite3 (= 1.7.3 )
155+ sqlite3 (= 2.9.0 )
157156
158157BUNDLED WITH
159158 2.4.17
You can’t perform that action at this time.
0 commit comments