mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Ensure we don't use multi_json 2 with new APIs
This commit is contained in:
parent
05fba94195
commit
86e86417ea
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
|
|||
gem.add_dependency 'redis-namespace'
|
||||
gem.add_dependency 'connection_pool', '~> 0.9.0'
|
||||
gem.add_dependency 'celluloid', '~> 0.10.0'
|
||||
gem.add_dependency 'multi_json'
|
||||
gem.add_dependency 'multi_json', '~> 1'
|
||||
gem.add_development_dependency 'minitest'
|
||||
gem.add_development_dependency 'sinatra'
|
||||
gem.add_development_dependency 'slim'
|
||||
|
|
Loading…
Add table
Reference in a new issue