From 09446fe9dac8216490d6c150a58a1ee638b5493c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 02:46:32 +0000 Subject: [PATCH] Bump pg from 0.19.0 to 1.2.3 Bumps [pg](https://github.com/ged/ruby-pg) from 0.19.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.19.0...v1.2.3) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b747855..6646c10 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.3.3' gem 'rails', '~> 5.1', '>= 5.1.4' # Use sqlite3 as the database for Active Record gem 'sqlite3', group: :development -gem 'pg', '= 0.19.0', group: :production +gem 'pg', '1.2.3', group: :production # Use Puma as the app server gem 'puma', '~> 3.0' # Use SCSS for stylesheets diff --git a/Gemfile.lock b/Gemfile.lock index 8fc0de8..f3c79ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,9 +126,9 @@ GEM mini_portile2 (~> 2.3.0) orm_adapter (0.5.0) pdf-core (0.7.0) - pg (0.19.0) - pg (0.19.0-x64-mingw32) - pg (0.19.0-x86-mingw32) + pg (1.2.3) + pg (1.2.3-x64-mingw32) + pg (1.2.3-x86-mingw32) prawn (2.2.2) pdf-core (~> 0.7.0) ttfunk (~> 1.5) @@ -281,7 +281,7 @@ DEPENDENCIES listen (~> 3.1.5) mini_magick newrelic_rpm - pg (= 0.19.0) + pg (= 1.2.3) prawn prawn-table puma (~> 3.0)