From 01ad0b1075cbeecbc98372f4046c0ca915fa6585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 12:11:36 +0000 Subject: [PATCH] build(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 3bd947d8..4bc83a54 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'solid_queue', '~> 1.2.4' # for postgresql gem 'activerecord-postgis-adapter', '~> 11.0.0' -gem 'pg', '~> 1.6.2' +gem 'pg', '~> 1.6.3' # remove if not option two taken in project gem 'jwt', '~> 3.1.2' gem 'rest-client', '~> 2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 2730a21a..f970a603 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -229,11 +229,11 @@ GEM parser (3.3.10.0) ast (~> 2.4.1) racc - pg (1.6.2) - 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) + pg (1.6.3) + pg (1.6.3-arm64-darwin) + pg (1.6.3-x86_64-darwin) + pg (1.6.3-x86_64-linux) + pg (1.6.3-x86_64-linux-musl) pp (0.6.3) prettyprint prettyprint (0.2.0) @@ -446,7 +446,7 @@ DEPENDENCIES jsbundling-rails (~> 1.3) jwt (~> 3.1.2) listen (~> 3.9) - pg (~> 1.6.2) + pg (~> 1.6.3) propshaft puma (~> 7.1) rack-attack (~> 6.8.0)