From 0db56fbd02557f24f9e310a8cc1a997ff81aa1f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:12:25 +0000 Subject: [PATCH] chore(deps): bump sqlite3 from 1.7.0 to 1.7.2 in /pact_broker Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.0 to 1.7.2. - [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.7.0...v1.7.2) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pact_broker/Gemfile | 2 +- pact_broker/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pact_broker/Gemfile b/pact_broker/Gemfile index 570e6b3..3ce0260 100644 --- a/pact_broker/Gemfile +++ b/pact_broker/Gemfile @@ -4,7 +4,7 @@ gem "pact_broker" gem "pg", "~>1.5" gem "puma", "~> 5.6", ">= 5.6.8" gem "mysql2", "~>0.3" -gem "sqlite3", "~>1.6" +gem "sqlite3", "~>1.7" gem "rake", "~> 13.0" # While https://github.com/brandonhilkert/sucker_punch/pull/253 is outstanding diff --git a/pact_broker/Gemfile.lock b/pact_broker/Gemfile.lock index f3603b9..6ab6f65 100644 --- a/pact_broker/Gemfile.lock +++ b/pact_broker/Gemfile.lock @@ -148,7 +148,7 @@ GEM rack (~> 2.2, >= 2.2.4) rack-protection (= 3.2.0) tilt (~> 2.0) - sqlite3 (1.7.0) + sqlite3 (1.7.2) mini_portile2 (~> 2.8.0) stringio (3.1.0) table_print (1.5.7) @@ -174,7 +174,7 @@ DEPENDENCIES pg (~> 1.5) puma (~> 5.6, >= 5.6.8) rake (~> 13.0) - sqlite3 (~> 1.6) + sqlite3 (~> 1.7) sucker_punch! BUNDLED WITH