diff --git a/Gemfile b/Gemfile index 06ca6f1ce..62b65e745 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'simple_captcha2', '0.3.2', :require => 'simple_captcha' # Background processing -gem 'sidekiq', '3.2.5' +gem 'sidekiq', '3.2.6' gem 'sinatra', '1.3.3' # Scheduled processing diff --git a/Gemfile.lock b/Gemfile.lock index 774c93d2f..d43641d17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -488,7 +488,7 @@ GEM multi_json (~> 1.0) rubyzip (~> 1.0) websocket (~> 1.0) - sidekiq (3.2.5) + sidekiq (3.2.6) celluloid (= 0.15.2) connection_pool (>= 2.0.0) json @@ -651,7 +651,7 @@ DEPENDENCIES ruby-oembed (= 0.8.11) sass-rails (= 4.0.4) selenium-webdriver (= 2.44.0) - sidekiq (= 3.2.5) + sidekiq (= 3.2.6) sidetiq (= 0.6.3) simple_captcha2 (= 0.3.2) sinatra (= 1.3.3)