diff --git a/Gemfile b/Gemfile index f9b2a22..d9ee1de 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ end gem "dotenv-rails", groups: [:development, :test] group :development, :test do - gem "sqlite3", "~> 2.2.0" # Use SQLite for development and test environments + gem "sqlite3", "~> 2.3.1" # Use SQLite for development and test environments gem "shoulda-matchers" end diff --git a/Gemfile.lock b/Gemfile.lock index faf6e36..4f5a653 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -393,9 +393,9 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.2.0-arm64-darwin) - sqlite3 (2.2.0-x64-mingw-ucrt) - sqlite3 (2.2.0-x86_64-linux-gnu) + sqlite3 (2.3.1-arm64-darwin) + sqlite3 (2.3.1-x64-mingw-ucrt) + sqlite3 (2.3.1-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.2) @@ -469,7 +469,7 @@ DEPENDENCIES simple_form simplecov sprockets-rails - sqlite3 (~> 2.2.0) + sqlite3 (~> 2.3.1) stimulus-rails turbo-rails tzinfo-data