Skip to content

Commit

Permalink
Apply #550 changes to v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed Feb 5, 2015
1 parent 9de9261 commit 710c723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fluentd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 1.9.3'

gem.add_runtime_dependency("msgpack", [">= 0.4.4", "!= 0.5.0", "!= 0.5.1", "!= 0.5.2", "!= 0.5.3", "< 0.6.0"])
gem.add_runtime_dependency("msgpack", [">= 0.4.4", "!= 0.5.0", "!= 0.5.1", "!= 0.5.2", "!= 0.5.3", "!= 0.5.4",
"!= 0.5.5", "!= 0.5.6", "!= 0.5.7", "!= 0.5.8", "!= 0.5.9", "!= 0.5.10", "< 0.6.0"])
gem.add_runtime_dependency("json", [">= 1.4.3"])
gem.add_runtime_dependency("yajl-ruby", ["~> 1.0"])
gem.add_runtime_dependency("cool.io", [">= 1.1.1", "!= 1.2.0", "< 2.0.0"])
Expand Down

0 comments on commit 710c723

Please sign in to comment.