diff --git a/Gemfile b/Gemfile index f59ab76..f4ecebc 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "rails", "8.0.2" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft", "1.1.0" # Use sqlite3 as the database for Active Record -gem "sqlite3", "2.7.0" +gem "sqlite3", "2.7.2" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "6.6.0" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] diff --git a/Gemfile.lock b/Gemfile.lock index 8318e26..3817053 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -272,9 +272,9 @@ GEM rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) sin_lru_redux (2.5.2) - sqlite3 (2.7.0) + sqlite3 (2.7.2) mini_portile2 (~> 2.8.0) - sqlite3 (2.7.0-x86_64-linux-gnu) + sqlite3 (2.7.2-x86_64-linux-gnu) standard (1.50.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) @@ -339,7 +339,7 @@ DEPENDENCIES rouge (~> 4.5) ruby_ui! selenium-webdriver - sqlite3 (= 2.7.0) + sqlite3 (= 2.7.2) standard stimulus-rails (= 1.3.4) tailwind_merge (~> 1.3.1)