diff --git a/app-backend/Gemfile b/app-backend/Gemfile index b338ce2..99f8400 100644 --- a/app-backend/Gemfile +++ b/app-backend/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 7.1.3" gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.7" +gem "sqlite3", "~> 2.0" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.4" diff --git a/app-backend/Gemfile.lock b/app-backend/Gemfile.lock index d6f6806..fda8ede 100644 --- a/app-backend/Gemfile.lock +++ b/app-backend/Gemfile.lock @@ -204,7 +204,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.3-x86_64-linux-gnu) stimulus-rails (1.3.3) railties (>= 6.0.0) stringio (3.1.1) @@ -247,7 +247,7 @@ DEPENDENCIES rails (~> 7.1.3) selenium-webdriver sprockets-rails - sqlite3 (~> 1.7) + sqlite3 (~> 2.0) stimulus-rails turbo-rails tzinfo-data