From 695f9e0db5ef06162dfb3b6cadbcedccd845d4a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 09:59:33 +0000 Subject: [PATCH] Bump pg from 1.5.3 to 1.5.4 Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.3 to 1.5.4. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.3...v1.5.4) --- 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 98280972..3214360a 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'friendly_id', '~> 5.4.0' gem 'image_processing' gem 'importmap-rails' gem 'jbuilder' -gem 'pg', '~> 1.1' +gem 'pg', '~> 1.5' gem 'postmark-rails' gem 'puma', '~> 5.6' gem 'rails', '~> 7.0.6' diff --git a/Gemfile.lock b/Gemfile.lock index 957e2c28..e871c308 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,7 @@ GEM parser (3.2.2.3) ast (~> 2.4.1) racc - pg (1.5.3) + pg (1.5.4) postmark (1.24.0) json postmark-rails (0.22.1) @@ -325,7 +325,7 @@ DEPENDENCIES importmap-rails jbuilder letter_opener - pg (~> 1.1) + pg (~> 1.5) postmark-rails puma (~> 5.6) rails (~> 7.0.6)