From 24b4e64f21ae6e656faf82247df9c28df3c1d891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 05:58:44 +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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 164813f..555d6ce 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "~> 7.2.2", ">= 7.2.2.1" gem "rails-i18n", "~> 7.0" gem "sprockets-rails" -gem "pg", "~> 1.5", ">= 1.5.9" +gem "pg", "~> 1.6" gem "puma", ">= 5.0" gem "importmap-rails" gem "turbo-rails" diff --git a/Gemfile.lock b/Gemfile.lock index d753e56..1d71316 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,7 +205,7 @@ GEM parser (3.3.7.1) ast (~> 2.4.1) racc - pg (1.5.9) + pg (1.6.2-x86_64-linux) popper_js (2.11.8) pp (0.6.2) prettyprint @@ -377,7 +377,7 @@ DEPENDENCIES listen (~> 3.9) octicons_helper octokit - pg (~> 1.5, >= 1.5.9) + pg (~> 1.6) puma (>= 5.0) rails (~> 7.2.2, >= 7.2.2.1) rails-i18n (~> 7.0)