From 679ceaead7925ec8bb920c0aef354cf22d7ba784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 17:40:49 +0000 Subject: [PATCH] Bump pg from 0.21.0 to 1.2.3 Bumps [pg](https://github.com/ged/ruby-pg) from 0.21.0 to 1.2.3. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc) - [Commits](https://github.com/ged/ruby-pg/compare/v0.21.0...v1.2.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 12a42dae17..df5c4e3761 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem "order_management", path: "./engines/order_management" gem 'web', path: './engines/web' gem 'activerecord-postgresql-adapter' -gem 'pg', '~> 0.21.0' +gem 'pg', '~> 1.2.3' gem 'acts_as_list', '1.0.4' gem 'cancancan', '~> 1.15.0' diff --git a/Gemfile.lock b/Gemfile.lock index 616ec15383..f2195b8593 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -384,7 +384,7 @@ GEM xml-simple paypal-sdk-merchant (1.117.2) paypal-sdk-core (~> 0.3.0) - pg (0.21.0) + pg (1.2.3) power_assert (2.0.0) pry (0.13.1) coderay (~> 1.1) @@ -694,7 +694,7 @@ DEPENDENCIES paperclip (~> 3.4.1) paranoia (~> 2.4) paypal-sdk-merchant (= 1.117.2) - pg (~> 0.21.0) + pg (~> 1.2.3) pry pry-byebug rack-mini-profiler (< 3.0.0)