bump sidekiq

This commit is contained in:
Jonne Haß 2014-09-01 11:03:53 +02:00
parent ef1cbda8c9
commit 7508300193
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ gem 'simple_captcha2', '0.3.2', :require => 'simple_captcha'
# Background processing # Background processing
gem 'sidekiq', '3.2.2' gem 'sidekiq', '3.2.3'
gem 'sinatra', '1.3.3' gem 'sinatra', '1.3.3'
# Compression # Compression

View file

@ -426,7 +426,7 @@ GEM
multi_json (~> 1.0) multi_json (~> 1.0)
rubyzip (~> 1.0) rubyzip (~> 1.0)
websocket (~> 1.0.4) websocket (~> 1.0.4)
sidekiq (3.2.2) sidekiq (3.2.3)
celluloid (>= 0.15.2) celluloid (>= 0.15.2)
connection_pool (>= 2.0.0) connection_pool (>= 2.0.0)
json json
@ -574,7 +574,7 @@ DEPENDENCIES
ruby-oembed (= 0.8.10) ruby-oembed (= 0.8.10)
sass-rails (= 4.0.3) sass-rails (= 4.0.3)
selenium-webdriver (= 2.42.0) selenium-webdriver (= 2.42.0)
sidekiq (= 3.2.2) sidekiq (= 3.2.3)
simple_captcha2 (= 0.3.2) simple_captcha2 (= 0.3.2)
sinatra (= 1.3.3) sinatra (= 1.3.3)
sinon-rails (= 1.10.3) sinon-rails (= 1.10.3)