From 1ace79a862d4cff6c8bdcb6ad38b2f844de9225d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 03:04:42 +0000 Subject: [PATCH] Bump pg from 1.4.6 to 1.6.2 Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.6 to 1.6.2. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.4.6...v1.6.2) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 341522f..10618ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -203,7 +203,8 @@ GEM parallel (1.22.1) parser (3.2.1.1) ast (~> 2.4.1) - pg (1.4.6) + pg (1.6.2-x86_64-darwin) + pg (1.6.2-x86_64-linux) protocol-hpack (1.4.2) protocol-http (0.25.0) protocol-http1 (0.16.1)