From af8cd2fc5f1ca73530b0ff6f211665294b3a1834 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 11 Oct 2020 18:17:09 +0000 Subject: [PATCH] Bump pg from 1.0.0 to 1.2.3 Bumps [pg](https://github.com/ged/ruby-pg) from 1.0.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/v1.0.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 806cd94c582..5b26a27838c 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ gem "omniauth-rails_csrf_protection", "~> 0.1.2" gem "omniauth-twitter", "~> 1.4.0" gem "paperclip", "~> 6.1.0" gem "paranoia", "~> 2.4.2" -gem "pg", "~> 1.0.0" +gem "pg", "~> 1.2.3" gem "pg_search", "~> 2.3.0" gem "puma", "~> 4.3.6" gem "recipient_interceptor", "~> 0.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 7c6df00e9fd..1f9b96a4441 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -411,7 +411,7 @@ GEM activerecord (>= 4.0, < 6.1) parser (2.7.2.0) ast (~> 2.4.1) - pg (1.0.0) + pg (1.2.3) pg_search (2.3.0) activerecord (>= 4.2) activesupport (>= 4.2) @@ -691,7 +691,7 @@ DEPENDENCIES omniauth-twitter (~> 1.4.0) paperclip (~> 6.1.0) paranoia (~> 2.4.2) - pg (~> 1.0.0) + pg (~> 1.2.3) pg_search (~> 2.3.0) puma (~> 4.3.6) rails (= 5.1.7)