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.5.0"
1010
11- gem "sqlite3" , "~> 1.7 .0"
11+ gem "sqlite3" , "~> 2.4 .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 384384 actionpack (>= 6.1 )
385385 activesupport (>= 6.1 )
386386 sprockets (>= 3.0.0 )
387- sqlite3 (1.7.3 -arm64-darwin )
388- sqlite3 (1.7.3 -x86_64-linux )
387+ sqlite3 (2.4.0 -arm64-darwin )
388+ sqlite3 (2.4.0 -x86_64-linux-gnu )
389389 stringio (3.1.2 )
390390 thor (1.3.2 )
391391 timeout (0.4.2 )
@@ -423,7 +423,7 @@ DEPENDENCIES
423423 rubocop-config-captive (~> 1.13.0 )
424424 shoulda-matchers (~> 6.4.0 )
425425 sprockets-rails (~> 3.5.0 )
426- sqlite3 (~> 1.7 .0 )
426+ sqlite3 (~> 2.4 .0 )
427427 webmock (~> 3.24.0 )
428428 yard (~> 0.9.34 )
429429
Original file line number Diff line number Diff line change 66
77gem "puma" , "6.5.0"
88
9- gem "sqlite3" , "1.7.3 "
9+ gem "sqlite3" , "2.4.0 "
1010
1111gem "sprockets-rails" , "3.5.2"
1212
Original file line number Diff line number Diff line change 119119 actionpack (>= 6.1 )
120120 activesupport (>= 6.1 )
121121 sprockets (>= 3.0.0 )
122- sqlite3 (1.7.3 -arm64-darwin )
123- sqlite3 (1.7.3 -x86_64-linux )
122+ sqlite3 (2.4.0 -arm64-darwin )
123+ sqlite3 (2.4.0 -x86_64-linux-gnu )
124124 stringio (3.1.2 )
125125 thor (1.3.2 )
126126 tzinfo (2.0.6 )
@@ -137,7 +137,7 @@ DEPENDENCIES
137137 captive-crash-reporter !
138138 puma (= 6.5.0 )
139139 sprockets-rails (= 3.5.2 )
140- sqlite3 (= 1.7.3 )
140+ sqlite3 (= 2.4.0 )
141141
142142BUNDLED WITH
143143 2.4.17
You can’t perform that action at this time.
0 commit comments