diff --git a/spec/tester_mongo_rails_6/Gemfile b/spec/tester_mongo_rails_6/Gemfile index 407c418d..68f10632 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", "~> 6.1.7" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.6" +gem "sqlite3", "~> 2.0" gem "mongoid" diff --git a/spec/tester_mongo_rails_6/Gemfile.lock b/spec/tester_mongo_rails_6/Gemfile.lock index 98b87edf..e9e69f59 100644 --- a/spec/tester_mongo_rails_6/Gemfile.lock +++ b/spec/tester_mongo_rails_6/Gemfile.lock @@ -199,7 +199,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (2.0.3-x86_64-linux-gnu) stringio (3.1.1) thor (1.3.1) timeout (0.4.1) @@ -225,7 +225,7 @@ DEPENDENCIES puma (~> 6.4) rails (~> 6.1.7) rspec-rails - sqlite3 (~> 1.6) + sqlite3 (~> 2.0) tzinfo-data RUBY VERSION