File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ gem "rails", "~> 7.0.4"
1010gem "sprockets-rails"
1111
1212# Use sqlite3 as the database for Active Record
13- gem "sqlite3" , "~> 1.4 "
13+ gem "sqlite3" , "~> 1.6 "
1414
1515# Use the Puma web server [https://github.com/puma/puma]
1616gem "puma" , "~> 5.0"
Original file line number Diff line number Diff line change 203203 actionpack (>= 5.2 )
204204 activesupport (>= 5.2 )
205205 sprockets (>= 3.0.0 )
206- sqlite3 (1.5.4 )
207- mini_portile2 ( ~> 2.8.0 )
206+ sqlite3 (1.6.0-x86_64-darwin )
207+ sqlite3 ( 1.6.0-x86_64-linux )
208208 ssrf_filter (1.1.1 )
209209 stimulus-rails (1.2.1 )
210210 railties (>= 6.0.0 )
@@ -253,7 +253,7 @@ DEPENDENCIES
253253 rails (~> 7.0.4 )
254254 selenium-webdriver
255255 sprockets-rails
256- sqlite3 (~> 1.4 )
256+ sqlite3 (~> 1.6 )
257257 stimulus-rails
258258 turbo-rails
259259 tzinfo-data
You can’t perform that action at this time.
0 commit comments