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