Skip to content

Commit

Permalink
Bump the version of multi_json that Sidekiq is dependent on.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhilkert committed Dec 3, 2012
1 parent d4df84e commit 00a4f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 00a4f49

Please sign in to comment.