From 961f65c999663c871434f7c80f5c2e56f980f7bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:46:01 +0000 Subject: [PATCH] chore(deps): bump pg from 1.5.4 to 1.5.5 in /pact_broker Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.4 to 1.5.5. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.4...v1.5.5) --- updated-dependencies: - dependency-name: pg 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 516136a..d7e06a3 100644 --- a/pact_broker/Gemfile.lock +++ b/pact_broker/Gemfile.lock @@ -101,7 +101,7 @@ GEM thor (~> 1.0) padrino-support (0.15.3) parslet (2.0.0) - pg (1.5.4) + pg (1.5.5) psych (4.0.6) stringio puma (5.6.8)