diff --git a/Gemfile b/Gemfile index 7f2bef566..ce0bc0f77 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem "omniauth-rails_csrf_protection", "~> 1.0.0" gem "omniauth-twitter", "~> 1.4.0" gem "paranoia", "~> 2.4.3" gem "pg", "~> 1.4.3" -gem "pg_search", "~> 2.3.5" +gem "pg_search", "~> 2.3.6" gem "puma", "~> 4.3.12" gem "recipient_interceptor", "~> 0.3.0" gem "redcarpet", "~> 3.5.1" diff --git a/Gemfile.lock b/Gemfile.lock index bd0f5fb1d..e1e2e470d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -446,7 +446,7 @@ GEM parser (3.1.2.0) ast (~> 2.4.1) pg (1.4.3) - pg_search (2.3.5) + pg_search (2.3.6) activerecord (>= 5.2) activesupport (>= 5.2) pronto (0.11.0) @@ -764,7 +764,7 @@ DEPENDENCIES omniauth-twitter (~> 1.4.0) paranoia (~> 2.4.3) pg (~> 1.4.3) - pg_search (~> 2.3.5) + pg_search (~> 2.3.6) pronto (~> 0.11.0) pronto-erb_lint (~> 0.1.5) pronto-eslint (~> 0.11.0)