From e3c9c61839b0239d2b174a8aa8ece290e42e50d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:40:57 +0000 Subject: [PATCH] chore(deps): bump sqlite3 from 1.6.3 to 1.6.4 in /pact_broker Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.3 to 1.6.4. - [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.3...v1.6.4) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pact_broker/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pact_broker/Gemfile.lock b/pact_broker/Gemfile.lock index a4afb52..0023d35 100644 --- a/pact_broker/Gemfile.lock +++ b/pact_broker/Gemfile.lock @@ -144,7 +144,7 @@ GEM rack (~> 2.2) rack-protection (= 2.2.4) tilt (~> 2.0) - sqlite3 (1.6.3) + sqlite3 (1.6.4) mini_portile2 (~> 2.8.0) stringio (3.0.7) table_print (1.5.7)