1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Upgrade to Celluloid 0.14.1

This commit is contained in:
Mike Perham 2013-05-30 21:19:11 -07:00
parent 919e3c7da9
commit 65e8ac1cde
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
HEAD
2.12.1
-----------
- Force Celluloid 0.14.1 as 0.14.0 has a serious bug. [#954]
- Scheduled and Retry jobs now use Sidekiq::Client to push
jobs onto the queue, so they use client middleware. [dimko, #948]
- Record the timestamp when jobs are enqueued. Add

View file

@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'redis', '>= 3.0'
gem.add_dependency 'redis-namespace'
gem.add_dependency 'connection_pool', '>= 1.0.0'
gem.add_dependency 'celluloid', '>= 0.14.0'
gem.add_dependency 'celluloid', '>= 0.14.1'
gem.add_dependency 'json'
gem.add_development_dependency 'sinatra'
gem.add_development_dependency 'slim'