diff --git a/Gemfile b/Gemfile index 06f9865..bbfc8f8 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rails', '~> 7.1.3', '>= 7.1.3.2' gem 'sprockets-rails' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.4' +gem 'sqlite3', '~> 2.0' # Use the Puma web server [https://github.com/puma/puma] gem 'puma', '>= 5.0'