bump sidekiq
This commit is contained in:
parent
0d4c2d95c1
commit
2b9a2976f0
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
10
Gemfile.lock
10
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue