From c9245ccdc5bace5c099075570c0da6162fce26dd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 18:06:05 +0000 Subject: [PATCH] Bump pg_search from 2.3.0 to 2.3.4 Bumps [pg_search](https://github.com/Casecommons/pg_search) from 2.3.0 to 2.3.4. - [Release notes](https://github.com/Casecommons/pg_search/releases) - [Changelog](https://github.com/Casecommons/pg_search/blob/master/CHANGELOG.md) - [Commits](https://github.com/Casecommons/pg_search/compare/v2.3.0...v2.3.4) 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 8efcbd597..de8e29e67 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem "omniauth-twitter", "~> 1.4.0" gem "paperclip", "~> 6.1.0" gem "paranoia", "~> 2.4.2" gem "pg", "~> 1.0.0" -gem "pg_search", "~> 2.3.0" +gem "pg_search", "~> 2.3.4" gem "puma", "~> 4.3.6" gem "recipient_interceptor", "~> 0.2.0" gem "redcarpet", "~> 3.5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 45c859c7b..22a627467 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -413,9 +413,9 @@ GEM parser (2.7.2.0) ast (~> 2.4.1) pg (1.0.0) - pg_search (2.3.0) - activerecord (>= 4.2) - activesupport (>= 4.2) + pg_search (2.3.4) + activerecord (>= 5.2) + activesupport (>= 5.2) public_suffix (4.0.6) puma (4.3.6) nio4r (~> 2.0) @@ -702,7 +702,7 @@ DEPENDENCIES paperclip (~> 6.1.0) paranoia (~> 2.4.2) pg (~> 1.0.0) - pg_search (~> 2.3.0) + pg_search (~> 2.3.4) puma (~> 4.3.6) rails (= 5.2.4.4) rails-assets-leaflet!