From 103c764b94fc3b31798601370082b34fbf35c54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 03:19:52 +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 ab00175..d3dca2a 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "~> 8.0.2" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft", "~> 1.1.0" # Use postgresql as the database for Active Record -gem "pg", "~> 1.5.9" +gem "pg", "~> 1.6.2" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.6.0" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] diff --git a/Gemfile.lock b/Gemfile.lock index 82b152c..312a512 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,12 @@ GEM parser (3.3.8.0) ast (~> 2.4.1) racc - 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-arm64-darwin) + pg (1.6.2-x86_64-linux) + pg (1.6.2-x86_64-linux-musl) phlex (2.3.1) zeitwerk (~> 2.7) phlex-rails (2.3.1) @@ -447,7 +452,7 @@ DEPENDENCIES kamal (~> 2.8.1) omniauth (~> 2.1) omniauth-google-oauth2 (~> 1.1) - pg (~> 1.5.9) + pg (~> 1.6.2) phlex-rails (~> 2.3.1) propshaft (~> 1.1.0) puma (~> 6.6.0)