bump sidekiq
This commit is contained in:
parent
e4f68acf0a
commit
dca06ae075
2 changed files with 10 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -30,7 +30,7 @@ gem 'simple_captcha2', '0.3.2', :require => 'simple_captcha'
|
||||||
|
|
||||||
# Background processing
|
# Background processing
|
||||||
|
|
||||||
gem 'sidekiq', '3.2.6'
|
gem 'sidekiq', '3.3.0'
|
||||||
gem 'sinatra', '1.3.3'
|
gem 'sinatra', '1.3.3'
|
||||||
|
|
||||||
# Scheduled processing
|
# Scheduled processing
|
||||||
|
|
|
||||||
16
Gemfile.lock
16
Gemfile.lock
|
|
@ -78,8 +78,8 @@ GEM
|
||||||
activesupport (>= 3.2.0)
|
activesupport (>= 3.2.0)
|
||||||
json (>= 1.7)
|
json (>= 1.7)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
celluloid (0.15.2)
|
celluloid (0.16.0)
|
||||||
timers (~> 1.1.0)
|
timers (~> 4.0.0)
|
||||||
childprocess (0.5.5)
|
childprocess (0.5.5)
|
||||||
ffi (~> 1.0, >= 1.0.11)
|
ffi (~> 1.0, >= 1.0.11)
|
||||||
chunky_png (1.3.3)
|
chunky_png (1.3.3)
|
||||||
|
|
@ -99,7 +99,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.0.0)
|
connection_pool (2.1.0)
|
||||||
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)
|
||||||
|
|
@ -249,6 +249,7 @@ GEM
|
||||||
hashie (3.3.1)
|
hashie (3.3.1)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
hiredis (0.5.2)
|
hiredis (0.5.2)
|
||||||
|
hitimes (1.2.2)
|
||||||
http_accept_language (2.0.2)
|
http_accept_language (2.0.2)
|
||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
i18n (0.6.11)
|
i18n (0.6.11)
|
||||||
|
|
@ -488,8 +489,8 @@ GEM
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rubyzip (~> 1.0)
|
rubyzip (~> 1.0)
|
||||||
websocket (~> 1.0)
|
websocket (~> 1.0)
|
||||||
sidekiq (3.2.6)
|
sidekiq (3.3.0)
|
||||||
celluloid (= 0.15.2)
|
celluloid (>= 0.16.0)
|
||||||
connection_pool (>= 2.0.0)
|
connection_pool (>= 2.0.0)
|
||||||
json
|
json
|
||||||
redis (>= 3.0.6)
|
redis (>= 3.0.6)
|
||||||
|
|
@ -526,7 +527,8 @@ GEM
|
||||||
thread_safe (0.3.4)
|
thread_safe (0.3.4)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
timecop (0.7.1)
|
timecop (0.7.1)
|
||||||
timers (1.1.0)
|
timers (4.0.1)
|
||||||
|
hitimes
|
||||||
twitter (4.8.1)
|
twitter (4.8.1)
|
||||||
faraday (~> 0.8, < 0.10)
|
faraday (~> 0.8, < 0.10)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
|
|
@ -651,7 +653,7 @@ DEPENDENCIES
|
||||||
ruby-oembed (= 0.8.11)
|
ruby-oembed (= 0.8.11)
|
||||||
sass-rails (= 4.0.4)
|
sass-rails (= 4.0.4)
|
||||||
selenium-webdriver (= 2.44.0)
|
selenium-webdriver (= 2.44.0)
|
||||||
sidekiq (= 3.2.6)
|
sidekiq (= 3.3.0)
|
||||||
sidetiq (= 0.6.3)
|
sidetiq (= 0.6.3)
|
||||||
simple_captcha2 (= 0.3.2)
|
simple_captcha2 (= 0.3.2)
|
||||||
sinatra (= 1.3.3)
|
sinatra (= 1.3.3)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue