From 982a21ac5d3065414cfe187c5dd8facdcc4c335c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:33:30 +0000 Subject: [PATCH] chore(deps): bump pg from 1.6.2 to 1.6.3 Bumps [pg](https://github.com/ged/ruby-pg) from 1.6.2 to 1.6.3. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.6.2...v1.6.3) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 24cb064..70dcee7 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "dotenv-rails" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft" # Use postgresql as the database for Active Record -gem "pg", "~> 1.1" +gem "pg", "~> 1.6" # 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 d32e0df..5930a50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,11 +296,11 @@ GEM parser (3.3.10.0) ast (~> 2.4.1) racc - pg (1.6.2) - pg (1.6.2-aarch64-linux) - pg (1.6.2-aarch64-linux-musl) - pg (1.6.2-x86_64-linux) - pg (1.6.2-x86_64-linux-musl) + pg (1.6.3) + pg (1.6.3-aarch64-linux) + pg (1.6.3-aarch64-linux-musl) + pg (1.6.3-x86_64-linux) + pg (1.6.3-x86_64-linux-musl) pp (0.6.3) prettyprint prettyprint (0.2.0) @@ -531,7 +531,7 @@ DEPENDENCIES kamal letter_opener mission_control-jobs (~> 1.1) - pg (~> 1.1) + pg (~> 1.6) propshaft puma (>= 5.0) rails (~> 8.1.1)