From f25ec72678d0597d27ad5ea37c545747630bf3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 06:17:44 +0000 Subject: [PATCH] Bump pg from 1.6.1 to 1.6.2 Bumps [pg](https://github.com/ged/ruby-pg) from 1.6.1 to 1.6.2. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.6.1...v1.6.2) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 17aa8ec7b..d69b10b74 100644 --- a/Gemfile +++ b/Gemfile @@ -91,7 +91,7 @@ gem 'omniauth-rails_csrf_protection', '~> 1.0' # integrate omniauth with rails gem 'pagy', '~> 9.0' # Paginator for web pages gem 'paleta', '~> 0.3' # Color manipulation, used for badges gem 'paper_trail', '~> 16.0' # Record previous versions of project data -gem 'pg', '~> 1.4' # PostgreSQL database, used for data storage +gem 'pg', '~> 1.6' # PostgreSQL database, used for data storage gem 'pg_search', '~> 2.3' # PostgreSQL full-text search gem 'puma', '~> 6.5' # Faster webserver; recommended by Heroku gem 'puma_worker_killer', '~> 1.0' # Band-aid: Restart to limit memory use diff --git a/Gemfile.lock b/Gemfile.lock index 48db3700d..c33ab7f09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -332,13 +332,13 @@ GEM parser (3.3.9.0) ast (~> 2.4.1) racc - pg (1.6.1) - pg (1.6.1-aarch64-linux) - pg (1.6.1-aarch64-linux-musl) - pg (1.6.1-arm64-darwin) - pg (1.6.1-x86_64-darwin) - pg (1.6.1-x86_64-linux) - pg (1.6.1-x86_64-linux-musl) + 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) pg_search (2.3.7) activerecord (>= 6.1) activesupport (>= 6.1) @@ -631,7 +631,7 @@ DEPENDENCIES pagy (~> 9.0) paleta (~> 0.3) paper_trail (~> 16.0) - pg (~> 1.4) + pg (~> 1.6) pg_search (~> 2.3) pry-byebug puma (~> 6.5)