From 51681d0b92244d572b62c3562fa865015d2adae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 00:11:09 +0000 Subject: [PATCH] Bump sqlite3 from 1.6.9 to 1.7.0 in /spec/tester_mongo Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.9 to 1.7.0. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v1.6.9...v1.7.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 cc782c53..e4e471c6 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", "~> 1.7" gem "mongoid" diff --git a/spec/tester_mongo/Gemfile.lock b/spec/tester_mongo/Gemfile.lock index 913e027f..15ba7828 100644 --- a/spec/tester_mongo/Gemfile.lock +++ b/spec/tester_mongo/Gemfile.lock @@ -226,7 +226,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (1.7.0-x86_64-linux) stringio (3.1.0) thor (1.3.0) timeout (0.4.1) @@ -253,7 +253,7 @@ DEPENDENCIES puma (~> 6.4) rails (~> 7.1.3) rspec-rails - sqlite3 (~> 1.6) + sqlite3 (~> 1.7) tzinfo-data RUBY VERSION