Lock to Celluloid 0.16, fixes celluloid/celluloid#641

This commit is contained in:
Mike Perham 2015-06-19 15:58:38 -07:00
parent 149949373f
commit cfbc4c53a3
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
3.4.1
-----------
- Lock to Celluloid 0.16
3.4.0
-----------

View File

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "3.4.0"
VERSION = "3.4.1"
end

View File

@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'redis', '>= 3.0.6'
gem.add_dependency 'redis-namespace', '>= 1.3.1'
gem.add_dependency 'connection_pool', '>= 2.1.1'
gem.add_dependency 'celluloid', '>= 0.16.0'
gem.add_dependency 'celluloid', '~> 0.16.0'
gem.add_dependency 'json'
gem.add_development_dependency 'sinatra'
gem.add_development_dependency 'minitest', '~> 5.3.3'