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.2"
1010gem "sprockets-rails"
1111
1212# Use sqlite3 as the database for Active Record
13- gem "sqlite3" , "~> 2.2 "
13+ gem "sqlite3" , "~> 2.3 "
1414
1515# Use the Puma web server [https://github.com/puma/puma]
1616gem "puma" , "~> 6.5"
Original file line number Diff line number Diff line change 254254 actionpack (>= 6.1 )
255255 activesupport (>= 6.1 )
256256 sprockets (>= 3.0.0 )
257- sqlite3 (2.2 .0-x86_64-linux-gnu )
257+ sqlite3 (2.3 .0-x86_64-linux-gnu )
258258 stimulus-rails (1.3.4 )
259259 railties (>= 6.0.0 )
260260 stringio (3.1.1 )
@@ -303,7 +303,7 @@ DEPENDENCIES
303303 rails (~> 7.2.2 )
304304 selenium-webdriver
305305 sprockets-rails
306- sqlite3 (~> 2.2 )
306+ sqlite3 (~> 2.3 )
307307 stimulus-rails
308308 turbo-rails
309309 tzinfo-data
You can’t perform that action at this time.
0 commit comments