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.2.1"
1010gem "sprockets-rails"
1111
1212# Use sqlite3 as the database for Active Record
13- gem "sqlite3" , "~> 1.7 "
13+ gem "sqlite3" , "~> 2.1 "
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 (>= 6.1 )
248248 activesupport (>= 6.1 )
249249 sprockets (>= 3.0.0 )
250- sqlite3 (1.7.3 -x86_64-linux )
250+ sqlite3 (2.1.0 -x86_64-linux-gnu )
251251 stimulus-rails (1.3.4 )
252252 railties (>= 6.0.0 )
253253 stringio (3.1.1 )
@@ -296,7 +296,7 @@ DEPENDENCIES
296296 rails (~> 7.2.1 )
297297 selenium-webdriver
298298 sprockets-rails
299- sqlite3 (~> 1.7 )
299+ sqlite3 (~> 2.1 )
300300 stimulus-rails
301301 turbo-rails
302302 tzinfo-data
You can’t perform that action at this time.
0 commit comments