diff --git a/Gemfile b/Gemfile index 0f140f1..2f342bd 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.8' # Use the Puma web server [https://github.com/puma/puma] gem 'puma', '>= 5.0'