From 9c5188e96fad5025f5c286b07ae343dd01fe9d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 18:07:25 +0000 Subject: [PATCH] Bump pg from 1.5.9 to 1.6.0 Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.9 to 1.6.0. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.9...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 | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fa052134..242a92c4 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "aasm", "~> 5.5" gem "after_commit_everywhere", "~> 1.6" # Use postgresql as the database for Active Record -gem "pg", "~> 1.5" +gem "pg", "~> 1.6" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.6" diff --git a/Gemfile.lock b/Gemfile.lock index 28e24335..0f0368f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -214,7 +214,11 @@ GEM parser (3.3.9.0) ast (~> 2.4.1) racc - pg (1.5.9) + pg (1.6.0) + pg (1.6.0-aarch64-linux) + pg (1.6.0-arm64-darwin) + pg (1.6.0-x86_64-darwin) + pg (1.6.0-x86_64-linux) pp (0.6.2) prettyprint prettyprint (0.2.0) @@ -390,7 +394,7 @@ DEPENDENCIES kaminari lograge paper_trail - pg (~> 1.5) + pg (~> 1.6) puma (~> 6.6) rails (~> 8.0.2) reverse_markdown (~> 3.0)