bump sidekiq

This commit is contained in:
Jonne Haß 2015-02-28 01:29:21 +01:00
parent 0d4c2d95c1
commit 2b9a2976f0
2 changed files with 6 additions and 6 deletions

View file

@ -33,7 +33,7 @@ gem 'simple_captcha2', '0.3.2', :require => 'simple_captcha'
# Background processing # Background processing
gem 'sidekiq', '3.3.0' gem 'sidekiq', '3.3.2'
gem 'sinatra', '1.4.5' gem 'sinatra', '1.4.5'
# Scheduled processing # Scheduled processing

View file

@ -113,7 +113,7 @@ GEM
compass-rails (2.0.0) compass-rails (2.0.0)
compass (>= 0.12.2) compass (>= 0.12.2)
configurate (0.2.0) configurate (0.2.0)
connection_pool (2.1.0) connection_pool (2.1.1)
crack (0.4.2) crack (0.4.2)
safe_yaml (~> 1.0.0) safe_yaml (~> 1.0.0)
cucumber (1.3.17) cucumber (1.3.17)
@ -543,7 +543,7 @@ GEM
rb-inotify (0.9.5) rb-inotify (0.9.5)
ffi (>= 0.5.0) ffi (>= 0.5.0)
redcarpet (3.2.2) redcarpet (3.2.2)
redis (3.1.0) redis (3.2.1)
redis-namespace (1.5.1) redis-namespace (1.5.1)
redis (~> 3.0, >= 3.0.4) redis (~> 3.0, >= 3.0.4)
ref (1.0.5) ref (1.0.5)
@ -592,9 +592,9 @@ GEM
rubyzip (~> 1.0) rubyzip (~> 1.0)
websocket (~> 1.0) websocket (~> 1.0)
shellany (0.0.1) shellany (0.0.1)
sidekiq (3.3.0) sidekiq (3.3.2)
celluloid (>= 0.16.0) celluloid (>= 0.16.0)
connection_pool (>= 2.0.0) connection_pool (>= 2.1.1)
json json
redis (>= 3.0.6) redis (>= 3.0.6)
redis-namespace (>= 1.3.1) redis-namespace (>= 1.3.1)
@ -774,7 +774,7 @@ DEPENDENCIES
ruby-oembed (= 0.8.12) ruby-oembed (= 0.8.12)
sass-rails (= 4.0.4) sass-rails (= 4.0.4)
selenium-webdriver (= 2.45.0) selenium-webdriver (= 2.45.0)
sidekiq (= 3.3.0) sidekiq (= 3.3.2)
sidetiq (= 0.6.3) sidetiq (= 0.6.3)
simple_captcha2 (= 0.3.2) simple_captcha2 (= 0.3.2)
sinatra (= 1.4.5) sinatra (= 1.4.5)