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"
10
10
gem "sprockets-rails"
11
11
12
12
# Use sqlite3 as the database for Active Record
13
- gem "sqlite3" , "~> 2.5 "
13
+ gem "sqlite3" , "~> 2.6 "
14
14
15
15
# Use the Puma web server [https://github.com/puma/puma]
16
16
gem "puma" , "~> 6.6"
Original file line number Diff line number Diff line change 255
255
actionpack (>= 6.1 )
256
256
activesupport (>= 6.1 )
257
257
sprockets (>= 3.0.0 )
258
- sqlite3 (2.5 .0-x86_64-linux-gnu )
258
+ sqlite3 (2.6 .0-x86_64-linux-gnu )
259
259
stimulus-rails (1.3.4 )
260
260
railties (>= 6.0.0 )
261
261
stringio (3.1.2 )
@@ -304,7 +304,7 @@ DEPENDENCIES
304
304
rails (~> 7.2.2 )
305
305
selenium-webdriver
306
306
sprockets-rails
307
- sqlite3 (~> 2.5 )
307
+ sqlite3 (~> 2.6 )
308
308
stimulus-rails
309
309
turbo-rails
310
310
tzinfo-data
You can’t perform that action at this time.
0 commit comments