mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Lock to Celluloid 0.15.2
This commit is contained in:
parent
0de364d654
commit
defa386e30
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
3.2.5
|
||||
-----------
|
||||
|
||||
- Lock Celluloid to 0.15.2 due to bugs in 0.16.0.
|
||||
|
||||
3.2.4
|
||||
-----------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "3.2.4"
|
||||
VERSION = "3.2.5"
|
||||
end
|
||||
|
|
|
@ -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.0.0'
|
||||
gem.add_dependency 'celluloid', '>= 0.15.2'
|
||||
gem.add_dependency 'celluloid', '0.15.2'
|
||||
gem.add_dependency 'json'
|
||||
gem.add_development_dependency 'sinatra'
|
||||
gem.add_development_dependency 'minitest', '~> 5.3.3'
|
||||
|
|
Loading…
Add table
Reference in a new issue