diff --git a/Gemfile b/Gemfile index 6c7fb6c..46593bf 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "~> 8.0.1" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 2.6" +gem "sqlite3", "~> 2.7" # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] diff --git a/Gemfile.lock b/Gemfile.lock index ebbb474..ff84dbe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,8 +295,8 @@ GEM logger (>= 1.6.2) rack (>= 3.1.0) redis-client (>= 0.23.2) - sqlite3 (2.7.0-x64-mingw-ucrt) - sqlite3 (2.7.0-x86_64-linux-gnu) + sqlite3 (2.7.4-x64-mingw-ucrt) + sqlite3 (2.7.4-x86_64-linux-gnu) sshkit (1.24.0) base64 logger @@ -361,7 +361,7 @@ DEPENDENCIES redis (>= 4.0.1) rubocop-rails-omakase sidekiq (~> 8.0) - sqlite3 (~> 2.6) + sqlite3 (~> 2.7) stimulus-rails thruster turbo-rails