File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ gem "rails", "~> 7.1.2"
1010gem "sprockets-rails"
1111
1212# Use sqlite3 as the database for Active Record
13- gem "sqlite3" , "~> 1.6 "
13+ gem "sqlite3" , "~> 1.7 "
1414
1515# Use the Puma web server [https://github.com/puma/puma]
1616gem "puma" , "~> 6.4"
Original file line number Diff line number Diff line change 247247 actionpack (>= 5.2 )
248248 activesupport (>= 5.2 )
249249 sprockets (>= 3.0.0 )
250- sqlite3 (1.6.9 -x86_64-linux )
250+ sqlite3 (1.7.0 -x86_64-linux )
251251 stimulus-rails (1.3.0 )
252252 railties (>= 6.0.0 )
253253 stringio (3.1.0 )
@@ -295,7 +295,7 @@ DEPENDENCIES
295295 rails (~> 7.1.2 )
296296 selenium-webdriver
297297 sprockets-rails
298- sqlite3 (~> 1.6 )
298+ sqlite3 (~> 1.7 )
299299 stimulus-rails
300300 turbo-rails
301301 tzinfo-data
You can’t perform that action at this time.
0 commit comments