From 4c1956617bc6c6fd03bfb2b0f47c41ddd9d3f879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 10:20:58 +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 | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 71c0a517..57e2db44 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" ruby file: ".ruby-version" gem "rails", "~> 8.0.2" -gem "pg", "~> 1.5" +gem "pg", "~> 1.6" gem "puma", "~> 6.6" gem "devise" gem "dotenv-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 38d81169..f67a27d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,7 +177,8 @@ GEM parser (3.3.8.0) ast (~> 2.4.1) racc - pg (1.5.9) + pg (1.6.0-arm64-darwin) + pg (1.6.0-x86_64-linux) pp (0.6.2) prettyprint prettyprint (0.2.0) @@ -355,7 +356,7 @@ DEPENDENCIES jsonapi-resources-optional_paginators listen (>= 3.0.5, < 3.10) nokogiri - pg (~> 1.5) + pg (~> 1.6) pry-byebug pry-rails puma (~> 6.6)