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 @@ -8,7 +8,7 @@ gem "rails", "8.0.2"
8
8
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
9
9
gem "propshaft" , "1.1.0"
10
10
# Use sqlite3 as the database for Active Record
11
- gem "sqlite3" , "2.7.0 "
11
+ gem "sqlite3" , "2.7.2 "
12
12
# Use the Puma web server [https://github.com/puma/puma]
13
13
gem "puma" , "6.6.0"
14
14
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
Original file line number Diff line number Diff line change 272
272
rubyzip (>= 1.2.2 , < 3.0 )
273
273
websocket (~> 1.0 )
274
274
sin_lru_redux (2.5.2 )
275
- sqlite3 (2.7.0 )
275
+ sqlite3 (2.7.2 )
276
276
mini_portile2 (~> 2.8.0 )
277
- sqlite3 (2.7.0 -x86_64-linux-gnu )
277
+ sqlite3 (2.7.2 -x86_64-linux-gnu )
278
278
standard (1.50.0 )
279
279
language_server-protocol (~> 3.17.0.2 )
280
280
lint_roller (~> 1.0 )
@@ -339,7 +339,7 @@ DEPENDENCIES
339
339
rouge (~> 4.5 )
340
340
ruby_ui !
341
341
selenium-webdriver
342
- sqlite3 (= 2.7.0 )
342
+ sqlite3 (= 2.7.2 )
343
343
standard
344
344
stimulus-rails (= 1.3.4 )
345
345
tailwind_merge (~> 1.3.1 )
You can’t perform that action at this time.
0 commit comments