From 2b9a2976f0cc9e7010635ccb481e6c5c63890f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 28 Feb 2015 01:29:21 +0100 Subject: [PATCH] bump sidekiq --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 178ccc792..3bfcdea9d 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'simple_captcha2', '0.3.2', :require => 'simple_captcha' # Background processing -gem 'sidekiq', '3.3.0' +gem 'sidekiq', '3.3.2' gem 'sinatra', '1.4.5' # Scheduled processing diff --git a/Gemfile.lock b/Gemfile.lock index c3583fc8b..a7184e019 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM compass-rails (2.0.0) compass (>= 0.12.2) configurate (0.2.0) - connection_pool (2.1.0) + connection_pool (2.1.1) crack (0.4.2) safe_yaml (~> 1.0.0) cucumber (1.3.17) @@ -543,7 +543,7 @@ GEM rb-inotify (0.9.5) ffi (>= 0.5.0) redcarpet (3.2.2) - redis (3.1.0) + redis (3.2.1) redis-namespace (1.5.1) redis (~> 3.0, >= 3.0.4) ref (1.0.5) @@ -592,9 +592,9 @@ GEM rubyzip (~> 1.0) websocket (~> 1.0) shellany (0.0.1) - sidekiq (3.3.0) + sidekiq (3.3.2) celluloid (>= 0.16.0) - connection_pool (>= 2.0.0) + connection_pool (>= 2.1.1) json redis (>= 3.0.6) redis-namespace (>= 1.3.1) @@ -774,7 +774,7 @@ DEPENDENCIES ruby-oembed (= 0.8.12) sass-rails (= 4.0.4) selenium-webdriver (= 2.45.0) - sidekiq (= 3.3.0) + sidekiq (= 3.3.2) sidetiq (= 0.6.3) simple_captcha2 (= 0.3.2) sinatra (= 1.4.5)