From a9ddda227d96370369d50e822bf9af50caa001ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 20:16:05 +0000 Subject: [PATCH] Bump pg from 1.5.9 to 1.6.3 Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.9 to 1.6.3. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.9...v1.6.3) --- 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 7c43405..3acef3a 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "dotenv-rails" gem "propshaft" gem "dartsass-rails" # Use postgresql as the database for Active Record -gem "pg", "~> 1.5.9" +gem "pg", "~> 1.6.3" # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] diff --git a/Gemfile.lock b/Gemfile.lock index cab2a28..41b9b47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -310,7 +310,12 @@ GEM parser (3.3.7.1) ast (~> 2.4.1) racc - pg (1.5.9) + pg (1.6.3) + pg (1.6.3-aarch64-linux) + pg (1.6.3-aarch64-linux-musl) + pg (1.6.3-arm64-darwin) + pg (1.6.3-x86_64-linux) + pg (1.6.3-x86_64-linux-musl) popper_js (2.11.8) pp (0.6.2) prettyprint @@ -581,7 +586,7 @@ DEPENDENCIES kamal omniauth omniauth-google-oauth2 - pg (~> 1.5.9) + pg (~> 1.6.3) propshaft puma (>= 5.0) rails (~> 8.0.2)