From b72bfae4f490a8fd289bd0a46c85fb619c52a557 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 17:27:03 +0000 Subject: [PATCH] build(deps): bump pg from 0.20.0 to 1.2.2 Bumps [pg](https://github.com/ged/ruby-pg) from 0.20.0 to 1.2.2. - [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.20.0...v1.2.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 21e7bae..9d01ced 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'net-sftp' gem 'nokogiri', '1.10.8' gem 'omniauth', '1.9.0' gem 'omniauth-shibboleth', '~> 1.3.0' -gem 'pg', '0.20.0' # lock at 0.20.0 +gem 'pg', '1.2.2' # lock at 0.20.0 # rails 5.1 requires money-rails upgrades which broken tests gem 'rails', '4.2.11.1' gem 'sass-rails', '5.0.7' diff --git a/Gemfile.lock b/Gemfile.lock index 8cb319c..2fd2e33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,7 @@ GEM parallel (1.12.1) parser (2.4.0.2) ast (~> 2.3) - pg (0.20.0) + pg (1.2.2) powerpack (0.1.1) pry (0.12.2) coderay (~> 1.1.0) @@ -357,7 +357,7 @@ DEPENDENCIES nokogiri (= 1.10.8) omniauth (= 1.9.0) omniauth-shibboleth (~> 1.3.0) - pg (= 0.20.0) + pg (= 1.2.2) pry (~> 0.12.2) rails (= 4.2.11.1) rake (~> 12.3.2)