From ef7c631248c977be328500c82096b03678ed4973 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 15:11:23 +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 9cd37d572..609722480 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.3" -gem "pg", "~> 1.0.0" +gem "pg", "~> 1.2.3" gem "pg_search", "~> 2.3.5" gem "puma", "~> 4.3.8" gem "recipient_interceptor", "~> 0.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index db84203ad..44be7a282 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -440,7 +440,7 @@ GEM activerecord (>= 4.0, < 6.2) parser (3.0.2.0) ast (~> 2.4.1) - pg (1.0.0) + pg (1.2.3) pg_search (2.3.5) activerecord (>= 5.2) activesupport (>= 5.2) @@ -752,7 +752,7 @@ DEPENDENCIES omniauth-twitter (~> 1.4.0) paperclip (~> 6.1.0) paranoia (~> 2.4.3) - pg (~> 1.0.0) + pg (~> 1.2.3) pg_search (~> 2.3.5) pronto (~> 0.11.0) pronto-erb_lint (~> 0.1.5)