From 4bd9fbe7e561e42c84056b258af4d515eba6869a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 23:21:27 +0000 Subject: [PATCH] Bump sqlite3 from 1.6.9 to 2.7.3 in /spec/tester_mongo_rails_6 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.9 to 2.7.3. - [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.7.3) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.3 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 0d8f058d..4b88b6cd 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.7" gem "mongoid" diff --git a/spec/tester_mongo_rails_6/Gemfile.lock b/spec/tester_mongo_rails_6/Gemfile.lock index 6b7b695a..7dfefc53 100644 --- a/spec/tester_mongo_rails_6/Gemfile.lock +++ b/spec/tester_mongo_rails_6/Gemfile.lock @@ -223,7 +223,7 @@ GEM rspec-support (~> 3.13) rspec-support (3.13.1) securerandom (0.4.1) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (2.7.3-x86_64-linux-gnu) stringio (3.1.1) thor (1.4.0) timeout (0.4.3) @@ -250,7 +250,7 @@ DEPENDENCIES puma (~> 6.4) rails (~> 7.1.4) rspec-rails - sqlite3 (~> 1.6) + sqlite3 (~> 2.7) tzinfo-data RUBY VERSION