From 48c6efebc8c4a30b12592876c67001303b3f0cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 22:44:32 +0000 Subject: [PATCH] Bump sqlite3 from 1.6.9 to 1.7.0 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2d8b20e2..ea0baa23 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ group :development, :test do gem 'vcr', '~> 6.2' gem 'cucumber-api-steps', require: false, git: 'https://github.com/Data-Liberation-Front/cucumber-api-steps.git', branch: 'feature-test-content-type' # Use sqlite3 as the database for Active Record - gem 'sqlite3', '~> 1.6' + gem 'sqlite3', '~> 1.7' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index d4816184..e22b1775 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -719,7 +719,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sqlite3 (1.6.9) + sqlite3 (1.7.0) mini_portile2 (~> 2.8.0) stringio (3.0.5) sxp (1.2.2) @@ -829,7 +829,7 @@ DEPENDENCIES sidekiq (~> 4.2) simplecov (~> 0.16) spring (~> 2.1) - sqlite3 (~> 1.6) + sqlite3 (~> 1.7) therubyracer (~> 0.12) thin (~> 1.8) timecop (~> 0.9)