diff --git a/Gemfile b/Gemfile index 95c9029..c9add5c 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 7.0.8' gem 'sprockets-rails' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.7' +gem 'sqlite3', '~> 2.0' gem 'pg' diff --git a/Gemfile.lock b/Gemfile.lock index aaea5e4..0b77de4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -342,7 +342,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.7.3) + sqlite3 (2.0.2) mini_portile2 (~> 2.8.0) stimulus-rails (1.3.3) railties (>= 6.0.0) @@ -417,7 +417,7 @@ DEPENDENCIES rubocop-rails selenium-webdriver sprockets-rails - sqlite3 (~> 1.7) + sqlite3 (~> 2.0) stimulus-rails turbo-rails tzinfo-data