From 64e1e78865494871b095c80fce02c6e576c824ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 18:18:45 +0000 Subject: [PATCH] Bump pg_search from 2.3.6 to 2.3.7 Bumps [pg_search](https://github.com/Casecommons/pg_search) from 2.3.6 to 2.3.7. - [Changelog](https://github.com/Casecommons/pg_search/blob/master/CHANGELOG.md) - [Commits](https://github.com/Casecommons/pg_search/compare/v2.3.6...v2.3.7) --- updated-dependencies: - dependency-name: pg_search dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index ab22b65b5..93f291478 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem "omniauth-rails_csrf_protection", "~> 1.0.1" gem "omniauth-twitter", "~> 1.4.0" gem "paranoia", "~> 2.6.3" gem "pg", "~> 1.5.6" -gem "pg_search", "~> 2.3.6" +gem "pg_search", "~> 2.3.7" gem "puma", "~> 5.6.9" gem "recipient_interceptor", "~> 0.3.2" gem "redcarpet", "~> 3.6.0" diff --git a/Gemfile.lock b/Gemfile.lock index a47ee2289..90c4896ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -428,9 +428,9 @@ GEM ruby-rc4 ttfunk pg (1.5.6) - pg_search (2.3.6) - activerecord (>= 5.2) - activesupport (>= 5.2) + pg_search (2.3.7) + activerecord (>= 6.1) + activesupport (>= 6.1) pronto (0.11.2) gitlab (>= 4.4.0, < 5.0) httparty (>= 0.13.7, < 1.0) @@ -755,7 +755,7 @@ DEPENDENCIES paranoia (~> 2.6.3) pdf-reader (~> 2.12.0) pg (~> 1.5.6) - pg_search (~> 2.3.6) + pg_search (~> 2.3.7) pronto (~> 0.11.2) pronto-erb_lint (~> 0.1.6) pronto-eslint (~> 0.11.1)