diff --git a/Gemfile b/Gemfile index 8ea023d..dc59d6d 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 7.2.2' gem 'sprockets-rails' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.7' +gem 'sqlite3', '~> 2.3' # Use the Puma web server [https://github.com/puma/puma] gem 'puma', '~> 6.4' diff --git a/Gemfile.lock b/Gemfile.lock index 1c83136..6afb37f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -265,8 +265,8 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3-x86_64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.3.0-x86_64-darwin) + sqlite3 (2.3.0-x86_64-linux-gnu) stringio (3.1.2) thor (1.3.2) timeout (0.4.2) @@ -315,7 +315,7 @@ DEPENDENCIES selenium-webdriver shakapacker (= 8.0.2) sprockets-rails - sqlite3 (~> 1.7) + sqlite3 (~> 2.3) tzinfo-data web-console webdrivers