From 4af1a1104efdcd5206701a61892eabd0f00fd202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:23:29 +0000 Subject: [PATCH] Bump pg from 1.5.6 to 1.5.7 Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.6 to 1.5.7. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.6...v1.5.7) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8e6a823d0..a9153641d 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ source 'https://rubygems.org' do end # Postgres - gem 'pg', '~> 1.5.6' + gem 'pg', '~> 1.5.7' # Webserver gem 'puma', '~> 6.4', groups: %i[ development production ] diff --git a/Gemfile.lock b/Gemfile.lock index f488ad035..9a6d902a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -544,7 +544,7 @@ GEM path_expander (1.1.1) persistent-dmnd (3.0.0) immutable-ruby (>= 0.1.0) - pg (1.5.6) + pg (1.5.7) pg_search (2.3.6) activerecord (>= 5.2) activesupport (>= 5.2) @@ -833,7 +833,7 @@ DEPENDENCIES overcommit! packwerk (~> 3.2)! parallel_tests! - pg (~> 1.5.6)! + pg (~> 1.5.7)! puma (~> 6.4)! rails (~> 6.1.7)! rails-pg-extras!