diff --git a/Gemfile b/Gemfile index 44fbd42d..0912ad95 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ gem 'prerender_rails', '~> 1.6.0' # http requests made easy gem 'http', require: false -gem 'sidekiq', '~> 5.0.2' +gem 'sidekiq', '~> 5.2.0' gem 'hashdiff', '~> 0.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 74bf5ae3..d6e7355c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,8 +111,8 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) - connection_pool (2.2.2) + concurrent-ruby (1.1.9) + connection_pool (2.2.5) crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.4) @@ -249,7 +249,7 @@ GEM puma (3.12.1) rack (2.0.7) rack-cors (1.0.3) - rack-protection (2.0.5) + rack-protection (2.1.0) rack rack-rewrite (1.5.1) rack-test (1.1.0) @@ -298,7 +298,7 @@ GEM rb-inotify (0.10.0) ffi (~> 1.0) rdoc (4.3.0) - redis (4.1.0) + redis (4.4.0) require_all (2.0.0) responders (2.4.1) actionpack (>= 4.2.0, < 6.0) @@ -357,11 +357,10 @@ GEM sexp_processor (4.12.0) shoulda-matchers (4.0.1) activesupport (>= 4.2.0) - sidekiq (5.0.5) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) + sidekiq (5.2.0) + connection_pool (~> 2.2, >= 2.2.2) rack-protection (>= 1.5.0) - redis (>= 3.3.4, < 5) + redis (>= 3.3.5, < 5) simplecov (0.13.0) docile (~> 1.1.0) json (>= 1.8, < 3) @@ -468,7 +467,7 @@ DEPENDENCIES sdoc (~> 0.4.0) sentry-raven (~> 2.6.3) shoulda-matchers - sidekiq (~> 5.0.2) + sidekiq (~> 5.2.0) sitemap_generator! slim-rails spring