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:
parent
919e3c7da9
commit
65e8ac1cde
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue