diff --git a/spec/tester_mongo/Gemfile b/spec/tester_mongo/Gemfile index b2b0ba60..c6a9fa9f 100644 --- a/spec/tester_mongo/Gemfile +++ b/spec/tester_mongo/Gemfile @@ -7,7 +7,7 @@ ruby ">= 2.7.0" gem "rails", "~> 7.1.3" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.6" +gem "sqlite3", "~> 2.0" gem "mongoid" diff --git a/spec/tester_mongo/Gemfile.lock b/spec/tester_mongo/Gemfile.lock index bc415129..7ae4c5ba 100644 --- a/spec/tester_mongo/Gemfile.lock +++ b/spec/tester_mongo/Gemfile.lock @@ -217,7 +217,7 @@ GEM rspec-support (~> 3.13) rspec-support (3.13.1) ruby2_keywords (0.0.5) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (2.0.0-x86_64-linux-gnu) stringio (3.1.0) thor (1.3.1) timeout (0.4.1) @@ -244,7 +244,7 @@ DEPENDENCIES puma (~> 6.4) rails (~> 7.1.3) rspec-rails - sqlite3 (~> 1.6) + sqlite3 (~> 2.0) tzinfo-data RUBY VERSION