bump sidekiq
This commit is contained in:
parent
743fc70999
commit
f3d980ba5d
2 changed files with 7 additions and 9 deletions
2
Gemfile
2
Gemfile
|
|
@ -29,7 +29,7 @@ gem 'simple_captcha2', '0.3.2', :require => 'simple_captcha'
|
||||||
|
|
||||||
# Background processing
|
# Background processing
|
||||||
|
|
||||||
gem 'sidekiq', '3.2.3'
|
gem 'sidekiq', '3.2.5'
|
||||||
gem 'sinatra', '1.3.3'
|
gem 'sinatra', '1.3.3'
|
||||||
|
|
||||||
# Compression
|
# Compression
|
||||||
|
|
|
||||||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -74,8 +74,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.16.0)
|
celluloid (0.15.2)
|
||||||
timers (~> 4.0.0)
|
timers (~> 1.1.0)
|
||||||
childprocess (0.5.3)
|
childprocess (0.5.3)
|
||||||
ffi (~> 1.0, >= 1.0.11)
|
ffi (~> 1.0, >= 1.0.11)
|
||||||
chunky_png (1.3.1)
|
chunky_png (1.3.1)
|
||||||
|
|
@ -216,7 +216,6 @@ GEM
|
||||||
tilt
|
tilt
|
||||||
hashie (3.3.1)
|
hashie (3.3.1)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
hitimes (1.2.2)
|
|
||||||
http_accept_language (2.0.2)
|
http_accept_language (2.0.2)
|
||||||
i18n (0.6.11)
|
i18n (0.6.11)
|
||||||
i18n-inflector (2.6.7)
|
i18n-inflector (2.6.7)
|
||||||
|
|
@ -426,8 +425,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.3)
|
sidekiq (3.2.5)
|
||||||
celluloid (>= 0.15.2)
|
celluloid (= 0.15.2)
|
||||||
connection_pool (>= 2.0.0)
|
connection_pool (>= 2.0.0)
|
||||||
json
|
json
|
||||||
redis (>= 3.0.6)
|
redis (>= 3.0.6)
|
||||||
|
|
@ -460,8 +459,7 @@ 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 (4.0.0)
|
timers (1.1.0)
|
||||||
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)
|
||||||
|
|
@ -572,7 +570,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.43.0)
|
selenium-webdriver (= 2.43.0)
|
||||||
sidekiq (= 3.2.3)
|
sidekiq (= 3.2.5)
|
||||||
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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue