From 60422477665e6706e17d1bbf889916b7ed43f395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 27 Jul 2015 13:36:51 +0200 Subject: [PATCH] bump sidekiq --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 4c81ee5ea..bf9b7ee7f 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem "simple_captcha2", "0.3.4", require: "simple_captcha" # Background processing -gem "sidekiq", "3.4.1" +gem "sidekiq", "3.4.2" gem "sinatra", "1.4.6" # Scheduled processing diff --git a/Gemfile.lock b/Gemfile.lock index ed994266c..55d820320 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -652,12 +652,12 @@ GEM shellany (0.0.1) shoulda-matchers (2.8.0) activesupport (>= 3.0.0) - sidekiq (3.4.1) + sidekiq (3.4.2) celluloid (~> 0.16.0) - connection_pool (>= 2.1.1) - json - redis (>= 3.0.6) - redis-namespace (>= 1.3.1) + connection_pool (~> 2.2, >= 2.2.0) + json (~> 1.0) + redis (~> 3.2, >= 3.2.1) + redis-namespace (~> 1.5, >= 1.5.2) sidetiq (0.6.3) celluloid (>= 0.14.1) ice_cube (= 0.11.1) @@ -854,7 +854,7 @@ DEPENDENCIES sass-rails (= 5.0.1) selenium-webdriver (= 2.45.0) shoulda-matchers (= 2.8.0) - sidekiq (= 3.4.1) + sidekiq (= 3.4.2) sidetiq (= 0.6.3) simple_captcha2 (= 0.3.4) simplecov (= 0.10.0)