From 34addf34ec0c0d9cffa3bb8769dc8e58fe25a496 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 23:30:58 +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-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f7b0988..cbb0316 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ git_source(:github) do |repo_name| end gem 'rails', '~> 5.1.3' -gem 'pg', '~> 0.18' +gem 'pg', '~> 1.2' gem 'puma', '~> 3.7' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 46efb4f..d255ff6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM nio4r (2.1.0) nokogiri (1.8.0) mini_portile2 (~> 2.2.0) - pg (0.21.0) + pg (1.2.3) puma (3.10.0) rack (2.0.3) rack-test (0.6.3) @@ -226,7 +226,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails listen (>= 3.0.5, < 3.2) - pg (~> 0.18) + pg (~> 1.2) puma (~> 3.7) rails (~> 5.1.3) rails_12factor