From 53bf478f240274edf0be03715e6ceaab72bc0d1c Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 31 Jan 2016 20:38:25 +0100 Subject: [PATCH] Bump sidekiq --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index dc2605500..5e882021e 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem "simple_captcha2", "0.4.0", require: "simple_captcha" # Background processing -gem "sidekiq", "4.0.1" +gem "sidekiq", "4.1.0" gem "sinatra", "1.4.7" # Scheduled processing diff --git a/Gemfile.lock b/Gemfile.lock index 97bac6d9d..7ad00c145 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -769,10 +769,9 @@ GEM shellany (0.0.1) shoulda-matchers (3.0.1) activesupport (>= 4.0.0) - sidekiq (4.0.1) + sidekiq (4.1.0) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) - json (~> 1.0) redis (~> 3.2, >= 3.2.1) sidekiq-cron (0.4.1) redis-namespace (>= 1.5.2) @@ -1012,7 +1011,7 @@ DEPENDENCIES sass-rails (= 5.0.4) selenium-webdriver (= 2.47.1) shoulda-matchers (= 3.0.1) - sidekiq (= 4.0.1) + sidekiq (= 4.1.0) sidekiq-cron (= 0.4.1) simple_captcha2 (= 0.4.0) simplecov (= 0.11.1)