File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88gem "rails" , "~> 7.1.0"
99gem "puma" , "~> 6.4.0"
1010
11- gem "sqlite3" , "~> 1.7 .0"
11+ gem "sqlite3" , "~> 2.1 .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 378378 actionpack (>= 5.2 )
379379 activesupport (>= 5.2 )
380380 sprockets (>= 3.0.0 )
381- sqlite3 (1.7.3 -arm64-darwin )
382- sqlite3 (1.7.3 -x86_64-linux )
381+ sqlite3 (2.1.0 -arm64-darwin )
382+ sqlite3 (2.1.0 -x86_64-linux-gnu )
383383 stringio (3.1.1 )
384384 thor (1.3.2 )
385385 timeout (0.4.1 )
@@ -418,7 +418,7 @@ DEPENDENCIES
418418 rubocop-config-captive (~> 1.13.0 )
419419 shoulda-matchers (~> 6.4.0 )
420420 sprockets-rails (~> 3.4.2 )
421- sqlite3 (~> 1.7 .0 )
421+ sqlite3 (~> 2.1 .0 )
422422 webmock (~> 3.24.0 )
423423 yard (~> 0.9.34 )
424424
Original file line number Diff line number Diff line change 66
77gem "puma" , "6.4.3"
88
9- gem "sqlite3" , "1.7.3 "
9+ gem "sqlite3" , "2.1.0 "
1010
1111gem "sprockets-rails" , "3.4.2"
1212
Original file line number Diff line number Diff line change 119119 actionpack (>= 5.2 )
120120 activesupport (>= 5.2 )
121121 sprockets (>= 3.0.0 )
122- sqlite3 (1.7.3 -arm64-darwin )
123- sqlite3 (1.7.3 -x86_64-linux )
122+ sqlite3 (2.1.0 -arm64-darwin )
123+ sqlite3 (2.1.0 -x86_64-linux-gnu )
124124 stringio (3.1.1 )
125125 thor (1.3.2 )
126126 tzinfo (2.0.6 )
@@ -137,7 +137,7 @@ DEPENDENCIES
137137 captive-crash-reporter !
138138 puma (= 6.4.3 )
139139 sprockets-rails (= 3.4.2 )
140- sqlite3 (= 1.7.3 )
140+ sqlite3 (= 2.1.0 )
141141
142142BUNDLED WITH
143143 2.4.17
You can’t perform that action at this time.
0 commit comments