mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
lock multi_json 1.2 to avoid 1.3 deprecations
This commit is contained in:
parent
9c6b967029
commit
849003a14e
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', '~> 1'
|
||||
gem.add_dependency 'multi_json', '~> 1.2.0'
|
||||
gem.add_development_dependency 'minitest'
|
||||
gem.add_development_dependency 'sinatra'
|
||||
gem.add_development_dependency 'slim'
|
||||
|
|
Loading…
Add table
Reference in a new issue