diff --git a/Gemfile b/Gemfile index 7e0660c..cc48258 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "omniauth-rails_csrf_protection" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 2.0.4" +gem "sqlite3", "~> 2.3.1" # 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 a17039c..760bd2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -332,8 +332,8 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.0.4-x64-mingw-ucrt) - sqlite3 (2.0.4-x86_64-linux-gnu) + sqlite3 (2.3.1-x64-mingw-ucrt) + sqlite3 (2.3.1-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.1) @@ -401,7 +401,7 @@ DEPENDENCIES rubocop-rails-omakase selenium-webdriver sprockets-rails - sqlite3 (~> 2.0.4) + sqlite3 (~> 2.3.1) stimulus-rails turbo-rails tzinfo-data