diff --git a/spec/tester_mongo/Gemfile b/spec/tester_mongo/Gemfile index cc8b368c..9e0ef2c9 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.9" gem "mongoid" diff --git a/spec/tester_mongo/Gemfile.lock b/spec/tester_mongo/Gemfile.lock index 5056bea2..debeaee8 100644 --- a/spec/tester_mongo/Gemfile.lock +++ b/spec/tester_mongo/Gemfile.lock @@ -245,7 +245,7 @@ GEM rspec-support (~> 3.13) rspec-support (3.13.7) securerandom (0.4.1) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (2.9.1-x86_64-linux-gnu) stringio (3.2.0) thor (1.5.0) timeout (0.6.1) @@ -273,7 +273,7 @@ DEPENDENCIES puma (~> 6.6) rails (~> 7.1.3) rspec-rails - sqlite3 (~> 1.6) + sqlite3 (~> 2.9) tzinfo-data RUBY VERSION