From b53c0aee4d76bd1b2f885dfb5f15f4ecc89863d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 06:42:49 +0000 Subject: [PATCH] build(deps): bump sqlite3 from 1.6.6 to 1.7.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.6 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.6...v1.7.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 592fe0b2..fbe5794c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM json (2.6.3) language_server-protocol (3.17.0.3) mini_mime (1.1.5) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) multi_test (1.1.0) pact (1.63.0) pact-mock_service (~> 3.0, >= 3.3.1) @@ -110,7 +110,7 @@ GEM rubocop-ast (1.29.0) parser (>= 3.2.1.0) ruby-progressbar (1.13.0) - sqlite3 (1.6.6) + sqlite3 (1.7.0) mini_portile2 (~> 2.8.0) sync (0.5.0) sys-uname (1.2.3)