diff --git a/Gemfile b/Gemfile index 7290e78d..9988eb2b 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem "receipts" # Test against different databases gem "mysql2" gem "pg" -gem "sqlite3", "~> 1.7" +gem "sqlite3", "~> 2.0" # Used for the dummy Rails app integration gem "puma" diff --git a/Gemfile.lock b/Gemfile.lock index a26bcbcf..fad24e73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -258,10 +258,10 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3) + sqlite3 (2.0.4) mini_portile2 (~> 2.8.0) - sqlite3 (1.7.3-x86_64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.4-x86_64-darwin) + sqlite3 (2.0.4-x86_64-linux-gnu) standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) @@ -330,7 +330,7 @@ DEPENDENCIES puma receipts sprockets-rails - sqlite3 (~> 1.7) + sqlite3 (~> 2.0) standard stimulus-rails stripe (~> 12.0)