From f98324b3ed65f8009cd066e00131eccc190fcbce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Feb 2019 05:55:52 +0000 Subject: [PATCH] Bump pg from 1.0.0 to 1.1.4 Bumps [pg](https://bitbucket.org/ged/ruby-pg) from 1.0.0 to 1.1.4. - [Changelog](https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc) - [Commits](https://bitbucket.org/ged/ruby-pg/branches/compare/v1.1.4..v1.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5e0d023..031245f 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'jbuilder', '~> 2.7.0' gem 'jquery-rails', '~> 4.3.3' gem 'kaminari', '~> 1.1.1' gem 'mini_magick', '~> 4.8.0' -gem 'pg', '~> 1.0.0' +gem 'pg', '~> 1.1.4' gem 'puma', '~> 3.11.3' gem 'rails', '~> 5.2.1' gem 'sass-rails', '~> 5.0.7' diff --git a/Gemfile.lock b/Gemfile.lock index 842f12f..53f6e95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -251,7 +251,7 @@ GEM parser (2.5.1.2) ast (~> 2.4.0) parslet (1.8.2) - pg (1.0.0) + pg (1.1.4) popper_js (1.14.3) powerpack (0.1.2) pry (0.11.3) @@ -423,7 +423,7 @@ DEPENDENCIES license_finder (~> 5.4.1) listen (~> 3.1.5) mini_magick (~> 4.8.0) - pg (~> 1.0.0) + pg (~> 1.1.4) puma (~> 3.11.3) rails (~> 5.2.1) rails-controller-testing (~> 1.0.2)