From ca9f24735877a2e1d81e48a6d7668764fdfdff0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 08:56:20 +0000 Subject: [PATCH] Bump pg from 1.5.9 to 1.6.2 Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.9 to 1.6.2. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.9...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 | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9c16b94..506df30 100644 --- a/Gemfile +++ b/Gemfile @@ -36,5 +36,5 @@ group :test do end group :production do - gem "pg", "1.5.9" + gem "pg", "1.6.2" end diff --git a/Gemfile.lock b/Gemfile.lock index 48c91ec..ff70fe3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,7 +211,11 @@ GEM nenv (~> 0.1) shellany (~> 0.0) ostruct (0.6.3) - pg (1.5.9) + pg (1.6.2) + pg (1.6.2-aarch64-linux) + pg (1.6.2-aarch64-linux-musl) + pg (1.6.2-x86_64-linux) + pg (1.6.2-x86_64-linux-musl) pp (0.6.2) prettyprint prettyprint (0.2.0) @@ -355,7 +359,7 @@ DEPENDENCIES kamal (= 2.7.0) minitest (= 5.25.5) minitest-reporters (= 1.7.1) - pg (= 1.5.9) + pg (= 1.6.2) propshaft (= 1.2.1) puma (= 6.6.0) rails (= 8.0.2)