From a25465e4e633238ef73196462f29db5f504cf54a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 13:22:22 +0000 Subject: [PATCH] Bump pg from 1.4.6 to 1.5.3 Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.6 to 1.5.3. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.4.6...v1.5.3) --- 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 407ae6acd..f39b2081d 100644 --- a/Gemfile +++ b/Gemfile @@ -115,7 +115,7 @@ group :production do end group :test, :production do - gem 'pg', '~> 1.4' + gem 'pg', '~> 1.5' gem "mini_racer", "~> 0.6.3" # TODO: audit whether we can remove this end diff --git a/Gemfile.lock b/Gemfile.lock index 489649093..42aa8b9bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1502,7 +1502,7 @@ GEM faraday (~> 1.4) faraday_middleware (~> 1) paypalhttp (1.0.1) - pg (1.4.6) + pg (1.5.3) pkg-config (1.5.1) pry (0.14.2) coderay (~> 1.1) @@ -1731,7 +1731,7 @@ DEPENDENCIES paranoia paypal-checkout-sdk paypal_client - pg (~> 1.4) + pg (~> 1.5) pry puma (~> 5.6) puma-heroku