From 79f91e3a929e2fbbea03502f3200a5ae50da4cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 23:12:25 +0000 Subject: [PATCH] Bump sqlite3 from 1.6.9 to 2.0.1 in /spec/tester_mongo_rails_6 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.9 to 2.0.1. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v1.6.9...v2.0.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- spec/tester_mongo_rails_6/Gemfile | 2 +- spec/tester_mongo_rails_6/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/tester_mongo_rails_6/Gemfile b/spec/tester_mongo_rails_6/Gemfile index 47875a07..cb2290a2 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 bb66591e..4618d720 100644 --- a/spec/tester_mongo_rails_6/Gemfile.lock +++ b/spec/tester_mongo_rails_6/Gemfile.lock @@ -197,7 +197,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (2.0.1-x86_64-linux-gnu) stringio (3.1.0) thor (1.3.1) timeout (0.4.1) @@ -223,7 +223,7 @@ DEPENDENCIES puma (~> 6.4) rails (~> 6.1.7) rspec-rails - sqlite3 (~> 1.6) + sqlite3 (~> 2.0) tzinfo-data RUBY VERSION