From 2d2fc664131c674fd86d0a1fdab3407cf1e2a4d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:27:04 +0000 Subject: [PATCH] Bump pg from 1.4.6 to 1.5.4 Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.6 to 1.5.4. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.4.6...v1.5.4) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 15b771c39..18ea3a661 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'premailer-rails', '~> 1.12' # for styling of email gem 'money', '~> 6.16' # Database and Events -gem 'pg', '~> 1.4' +gem 'pg', '~> 1.5' gem 'param_validation', path: 'gems/ruby-param-validation' gem 'qx', path: 'gems/ruby-qx' diff --git a/Gemfile.lock b/Gemfile.lock index 9a790c495..7fe8f94c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -286,7 +286,7 @@ GEM parser (3.2.2.3) ast (~> 2.4.1) racc - pg (1.4.6) + pg (1.5.4) power_assert (2.0.3) premailer (1.18.0) addressable @@ -515,7 +515,7 @@ DEPENDENCIES listen money (~> 6.16) param_validation! - pg (~> 1.4) + pg (~> 1.5) premailer-rails (~> 1.12) puma (~> 5.6) qx!