From 5494b91f4e31be31831dfd67b82d86f04be79794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 04:16:55 +0000 Subject: [PATCH] Bump pg from 1.4.6 to 1.6.0 Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.6 to 1.6.0. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.4.6...v1.6.0) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.0 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..68dc325 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.0-x86_64-darwin) + pg (1.6.0-x86_64-linux) protocol-hpack (1.4.2) protocol-http (0.25.0) protocol-http1 (0.16.1)