mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Latest celluloid, bump version
This commit is contained in:
parent
2080412119
commit
41e20588b1
3 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "0.10.1"
|
||||
VERSION = "0.11.0"
|
||||
end
|
||||
|
|
|
@ -2,7 +2,7 @@ PATH
|
|||
remote: ..
|
||||
specs:
|
||||
sidekiq (0.10.1)
|
||||
celluloid
|
||||
celluloid (~> 0.10.0)
|
||||
connection_pool (~> 0.9.0)
|
||||
multi_json
|
||||
redis
|
||||
|
@ -51,8 +51,8 @@ GEM
|
|||
net-sftp (>= 2.0.0)
|
||||
net-ssh (>= 2.0.14)
|
||||
net-ssh-gateway (>= 1.1.0)
|
||||
celluloid (0.9.1)
|
||||
connection_pool (0.9.0)
|
||||
celluloid (0.10.0)
|
||||
connection_pool (0.9.1)
|
||||
erubis (2.7.0)
|
||||
highline (1.6.11)
|
||||
hike (1.2.1)
|
||||
|
|
|
@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
|
|||
gem.add_dependency 'redis'
|
||||
gem.add_dependency 'redis-namespace'
|
||||
gem.add_dependency 'connection_pool', '~> 0.9.0'
|
||||
gem.add_dependency 'celluloid'
|
||||
gem.add_dependency 'celluloid', '~> 0.10.0'
|
||||
gem.add_dependency 'multi_json'
|
||||
gem.add_development_dependency 'minitest'
|
||||
gem.add_development_dependency 'sinatra'
|
||||
|
|
Loading…
Reference in a new issue