From d7b3957b90874c4145446d1cd8b5ad8ab1e3c214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 20:07:37 +0000 Subject: [PATCH] Bump pg from 1.5.9 to 1.6.2 in /rails_api 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] --- rails_api/Gemfile | 2 +- rails_api/Gemfile.lock | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/rails_api/Gemfile b/rails_api/Gemfile index 9db4fac..f31faf5 100644 --- a/rails_api/Gemfile +++ b/rails_api/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 8.0.0" # Use postgresql as the database for Active Record -gem "pg", "~> 1.5" +gem "pg", "~> 1.6" # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" # Build JSON APIs with ease [https://github.com/rails/jbuilder] diff --git a/rails_api/Gemfile.lock b/rails_api/Gemfile.lock index b47f697..c0b3eba 100644 --- a/rails_api/Gemfile.lock +++ b/rails_api/Gemfile.lock @@ -134,7 +134,13 @@ GEM racc (~> 1.4) nokogiri (1.17.1-x86_64-linux) racc (~> 1.4) - 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-darwin) + pg (1.6.2-x86_64-linux) + pg (1.6.2-x86_64-linux-musl) psych (5.2.0) stringio puma (6.5.0) @@ -217,7 +223,7 @@ DEPENDENCIES bootsnap debug jbuilder - pg (~> 1.5) + pg (~> 1.6) puma (>= 5.0) rack-cors rails (~> 8.0.0)