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)