bump sidekiq
This commit is contained in:
parent
bef05c14d7
commit
ac7bccfe4c
2 changed files with 9 additions and 10 deletions
4
Gemfile
4
Gemfile
|
|
@ -17,9 +17,7 @@ gem 'devise', '2.1.3'
|
||||||
|
|
||||||
# Background processing
|
# Background processing
|
||||||
|
|
||||||
gem 'sidekiq', '2.9.0'
|
gem 'sidekiq', '2.10.0'
|
||||||
gem 'sinatra', '1.3.3'
|
|
||||||
gem 'slim', '1.3.6'
|
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
|
|
|
||||||
15
Gemfile.lock
15
Gemfile.lock
|
|
@ -360,19 +360,22 @@ GEM
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rubyzip
|
rubyzip
|
||||||
websocket (~> 1.0.4)
|
websocket (~> 1.0.4)
|
||||||
sidekiq (2.9.0)
|
sidekiq (2.10.0)
|
||||||
celluloid (~> 0.12.0)
|
celluloid (~> 0.12.0)
|
||||||
connection_pool (~> 1.0)
|
connection_pool (~> 1.0)
|
||||||
|
i18n
|
||||||
multi_json (~> 1)
|
multi_json (~> 1)
|
||||||
redis (~> 3)
|
redis (~> 3)
|
||||||
redis-namespace
|
redis-namespace
|
||||||
|
sinatra
|
||||||
|
slim
|
||||||
simple_oauth (0.2.0)
|
simple_oauth (0.2.0)
|
||||||
sinatra (1.3.3)
|
sinatra (1.3.3)
|
||||||
rack (~> 1.3, >= 1.3.6)
|
rack (~> 1.3, >= 1.3.6)
|
||||||
rack-protection (~> 1.2)
|
rack-protection (~> 1.2)
|
||||||
tilt (~> 1.3, >= 1.3.3)
|
tilt (~> 1.3, >= 1.3.3)
|
||||||
slim (1.3.6)
|
slim (1.3.8)
|
||||||
temple (~> 0.5.5)
|
temple (~> 0.6.3)
|
||||||
tilt (~> 1.3.3)
|
tilt (~> 1.3.3)
|
||||||
slop (3.4.4)
|
slop (3.4.4)
|
||||||
spork (1.0.0rc3)
|
spork (1.0.0rc3)
|
||||||
|
|
@ -382,7 +385,7 @@ GEM
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
tilt (~> 1.1, != 1.3.0)
|
tilt (~> 1.1, != 1.3.0)
|
||||||
subexec (0.2.2)
|
subexec (0.2.2)
|
||||||
temple (0.5.5)
|
temple (0.6.3)
|
||||||
terminal-table (1.4.5)
|
terminal-table (1.4.5)
|
||||||
thor (0.17.0)
|
thor (0.17.0)
|
||||||
tilt (1.3.6)
|
tilt (1.3.6)
|
||||||
|
|
@ -485,9 +488,7 @@ DEPENDENCIES
|
||||||
ruby-oembed (= 0.8.8)
|
ruby-oembed (= 0.8.8)
|
||||||
sass-rails (= 3.2.6)
|
sass-rails (= 3.2.6)
|
||||||
selenium-webdriver (= 2.31.0)
|
selenium-webdriver (= 2.31.0)
|
||||||
sidekiq (= 2.9.0)
|
sidekiq (= 2.10.0)
|
||||||
sinatra (= 1.3.3)
|
|
||||||
slim (= 1.3.6)
|
|
||||||
spork (= 1.0.0rc3)
|
spork (= 1.0.0rc3)
|
||||||
timecop (= 0.6.1)
|
timecop (= 0.6.1)
|
||||||
twitter (= 4.6.2)
|
twitter (= 4.6.2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue