From 2d6fd8a7e0ff91615aaf77c4998a31f8ad6c5ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:06:17 +0000 Subject: [PATCH] chore(deps): bump pg from 1.5.8 to 1.5.9 in /pact_broker Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.8 to 1.5.9. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.8...v1.5.9) --- 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 e5fb396..6b7fc7e 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.8) + pg (1.5.9) psych (5.1.2) stringio puma (5.6.9)