From 22326c65de50dc2482aae224a483645a0ed883a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 09:16:15 +0000 Subject: [PATCH] build(deps): bump pg from 0.20.0 to 1.2.1 Bumps [pg](https://github.com/ged/ruby-pg) from 0.20.0 to 1.2.1. - [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.1) 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 a929ac0..0a947be 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'net-sftp' gem 'nokogiri', '1.10.4' 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.1' # lock at 0.20.0 # rails 5.1 requires money-rails upgrades which broken tests gem 'rails', '4.2.11' gem 'sass-rails', '5.0.7' diff --git a/Gemfile.lock b/Gemfile.lock index c0778bd..99b2ff3 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.1) powerpack (0.1.1) pry (0.12.2) coderay (~> 1.1.0) @@ -357,7 +357,7 @@ DEPENDENCIES nokogiri (= 1.10.4) omniauth (= 1.9.0) omniauth-shibboleth (~> 1.3.0) - pg (= 0.20.0) + pg (= 1.2.1) pry (~> 0.12.2) rails (= 4.2.11) rake (~> 12.3.2)