From a92d2ef37ed60678b1faf69968a2de3e32967ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 03:01:02 +0000 Subject: [PATCH] Bump the ruby-dependencies group with 2 updates Bumps the ruby-dependencies group with 2 updates: [pg](https://github.com/ged/ruby-pg) and [bootsnap](https://github.com/rails/bootsnap). Updates `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) Updates `bootsnap` from 1.19.0 to 1.20.1 - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/bootsnap/compare/v1.19.0...v1.20.1) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: bootsnap dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 8d5d9b16..2ce39d7a 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "rails", "~> 8.0.3" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft" # Use postgresql as the database for Active Record -gem 'pg', '~> 1.6.1' +gem 'pg', '~> 1.6.3' # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails" # Use the Puma web server [https://github.com/puma/puma] diff --git a/Gemfile.lock b/Gemfile.lock index feeb2a52..615ee0f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM base64 (0.3.0) benchmark (0.4.1) bigdecimal (3.2.3) - bootsnap (1.19.0) + bootsnap (1.20.1) msgpack (~> 1.2) builder (3.3.0) concurrent-ruby (1.3.5) @@ -135,9 +135,9 @@ GEM racc (~> 1.4) nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) - pg (1.6.2) - pg (1.6.2-aarch64-linux) - pg (1.6.2-x86_64-linux) + pg (1.6.3) + pg (1.6.3-aarch64-linux) + pg (1.6.3-x86_64-linux) pp (0.6.2) prettyprint prettyprint (0.2.0) @@ -227,7 +227,7 @@ DEPENDENCIES bootsnap importmap-rails listen - pg (~> 1.6.1) + pg (~> 1.6.3) propshaft puma (>= 7.0) rack-timeout (~> 0.7.0)