diff --git a/Gemfile b/Gemfile index fd6a99c..98f7f67 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 7.0.4" gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 2.9", ">= 2.9.5" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 5.0"