mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge pull request #559 from mperham/multijson-update
Bump the version of multi_json that Sidekiq is dependent on.
This commit is contained in:
commit
0fd7e97fa3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
|
|||
gem.add_dependency 'redis-namespace'
|
||||
gem.add_dependency 'connection_pool', '~> 0.9.2'
|
||||
gem.add_dependency 'celluloid', '~> 0.12.0'
|
||||
gem.add_dependency 'multi_json', '~> 1'
|
||||
gem.add_dependency 'multi_json', '>= 1.3.0'
|
||||
gem.add_development_dependency 'minitest', '~> 4'
|
||||
gem.add_development_dependency 'sinatra'
|
||||
gem.add_development_dependency 'slim'
|
||||
|
|
Loading…
Reference in a new issue