Skip to content

Commit

Permalink
Merge pull request #550 from fluent/update-msgpack-dep
Browse files Browse the repository at this point in the history
Update msgpack dependency to avoid incompatible encoding problem
  • Loading branch information
repeatedly committed Feb 5, 2015
2 parents 65f3576 + e88f499 commit ee849ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluentd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 1.9.3'

gem.add_runtime_dependency("msgpack", [">= 0.5.4", "< 0.6.0"])
gem.add_runtime_dependency("msgpack", [">= 0.5.11", "< 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.2.2", "< 2.0.0"])
Expand Down

0 comments on commit ee849ef

Please sign in to comment.