From d4f0e19a085f2a7a9411c6e60964ad32af3b5d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 10:00:06 +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 | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index face5ba..2f4b6f1 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby "3.3.6" gem "rails", "~> 8.0.0" # Use postgresql as the database for Active Record -gem "pg", "~> 1.1" +gem "pg", "~> 1.6" # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index c842d3c..93a655c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -213,13 +213,17 @@ GEM racc (~> 1.4) nokogiri (1.18.8-arm64-darwin) racc (~> 1.4) + nokogiri (1.18.8-x86_64-linux-gnu) + racc (~> 1.4) orm_adapter (0.5.0) pagy (6.5.0) parallel (1.27.0) parser (3.3.8.0) ast (~> 2.4.1) racc - pg (1.5.9) + pg (1.6.2-aarch64-linux) + pg (1.6.2-arm64-darwin) + pg (1.6.2-x86_64-linux) pp (0.6.2) prettyprint prettyprint (0.2.0) @@ -413,6 +417,7 @@ GEM PLATFORMS aarch64-linux-gnu arm64-darwin-24 + x86_64-linux DEPENDENCIES active_model_serializers (~> 0.10.14) @@ -436,7 +441,7 @@ DEPENDENCIES jwt lograge (~> 0.14) pagy (~> 6.2) - pg (~> 1.1) + pg (~> 1.6) propshaft puma (>= 5.0) pundit (~> 2.3)