diff --git a/spec/tester_mongo_rails_6/Gemfile b/spec/tester_mongo_rails_6/Gemfile index 0d8f058d..a46bf411 100644 --- a/spec/tester_mongo_rails_6/Gemfile +++ b/spec/tester_mongo_rails_6/Gemfile @@ -7,7 +7,7 @@ ruby ">= 2.7.0" gem "rails", "~> 7.1.4" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.6" +gem "sqlite3", "~> 2.8" gem "mongoid" diff --git a/spec/tester_mongo_rails_6/Gemfile.lock b/spec/tester_mongo_rails_6/Gemfile.lock index 5bec729b..2ee8eae1 100644 --- a/spec/tester_mongo_rails_6/Gemfile.lock +++ b/spec/tester_mongo_rails_6/Gemfile.lock @@ -230,7 +230,7 @@ GEM rspec-support (~> 3.13) rspec-support (3.13.1) securerandom (0.4.1) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (2.8.1-x86_64-linux-gnu) stringio (3.1.7) thor (1.4.0) timeout (0.4.3) @@ -259,7 +259,7 @@ DEPENDENCIES puma (~> 6.4) rails (~> 7.1.4) rspec-rails - sqlite3 (~> 1.6) + sqlite3 (~> 2.8) tzinfo-data RUBY VERSION