From 391635588d5f320509623d319cb91df89022b367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 02:20:46 +0000 Subject: [PATCH] build(deps): bump pg from 1.6.2 to 1.6.3 in /test/lang/ruby 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] --- test/lang/ruby/Gemfile | 2 +- test/lang/ruby/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/lang/ruby/Gemfile b/test/lang/ruby/Gemfile index d28c3c0456c87..13c5746d68799 100644 --- a/test/lang/ruby/Gemfile +++ b/test/lang/ruby/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "pg", "~> 1.6.2" +gem "pg", "~> 1.6.3" gem "test-unit", "~> 3.6.1" diff --git a/test/lang/ruby/Gemfile.lock b/test/lang/ruby/Gemfile.lock index c6edebdcdd4ec..7f1a21c453cc5 100644 --- a/test/lang/ruby/Gemfile.lock +++ b/test/lang/ruby/Gemfile.lock @@ -1,9 +1,9 @@ GEM remote: https://rubygems.org/ specs: - pg (1.6.2-aarch64-linux) - pg (1.6.2-arm64-darwin) - pg (1.6.2-x86_64-linux) + pg (1.6.3-aarch64-linux) + pg (1.6.3-arm64-darwin) + pg (1.6.3-x86_64-linux) power_assert (2.0.3) test-unit (3.6.1) power_assert @@ -14,7 +14,7 @@ PLATFORMS x86_64-linux-gnu DEPENDENCIES - pg (~> 1.6.2) + pg (~> 1.6.3) test-unit (~> 3.6.1) BUNDLED WITH