diff --git a/Gemfile b/Gemfile index ad7a5a6e8..a49b97d72 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.4" +gem "pg_search", "~> 2.3.5" 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 fa639e935..8126f1807 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,7 +149,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -288,7 +288,7 @@ GEM httpi (2.4.5) rack socksify - i18n (1.8.5) + i18n (1.8.9) concurrent-ruby (~> 1.0) i18n-tasks (0.9.31) activesupport (>= 4.0.2) @@ -363,7 +363,7 @@ GEM mimemagic (0.3.5) mini_mime (1.0.2) mini_portile2 (2.5.0) - minitest (5.14.2) + minitest (5.14.4) mixlib-cli (2.1.8) mixlib-config (3.0.9) tomlrb @@ -425,7 +425,7 @@ GEM parser (2.7.2.0) ast (~> 2.4.1) pg (1.0.0) - pg_search (2.3.4) + pg_search (2.3.5) activerecord (>= 5.2) activesupport (>= 5.2) pronto (0.11.0) @@ -635,7 +635,7 @@ GEM rack (>= 1.3, < 3) rack-accept (~> 0.4) tilt (>= 1.4, < 3) - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -737,7 +737,7 @@ DEPENDENCIES paperclip (~> 6.1.0) paranoia (~> 2.4.2) pg (~> 1.0.0) - pg_search (~> 2.3.4) + pg_search (~> 2.3.5) pronto (~> 0.11.0) pronto-erb_lint (~> 0.1.5) pronto-eslint (~> 0.11.0)