From 5b842d7fb8bfcaa5d0c54767cda0c56e5e046764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 23:19:24 +0000 Subject: [PATCH] Bump sqlite3 from 1.6.9 to 2.7.1 in /spec/tester_mongo --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- spec/tester_mongo/Gemfile | 2 +- spec/tester_mongo/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/tester_mongo/Gemfile b/spec/tester_mongo/Gemfile index 7d16a2ab..60b41aaf 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.7" gem "mongoid" diff --git a/spec/tester_mongo/Gemfile.lock b/spec/tester_mongo/Gemfile.lock index 50195b2f..2b9f04fe 100644 --- a/spec/tester_mongo/Gemfile.lock +++ b/spec/tester_mongo/Gemfile.lock @@ -232,7 +232,7 @@ GEM rspec-support (~> 3.13) rspec-support (3.13.4) securerandom (0.4.1) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (2.7.1-x86_64-linux-gnu) stringio (3.1.7) thor (1.3.2) timeout (0.4.3) @@ -259,7 +259,7 @@ DEPENDENCIES puma (~> 6.6) rails (~> 7.1.3) rspec-rails - sqlite3 (~> 1.6) + sqlite3 (~> 2.7) tzinfo-data RUBY VERSION