Skip to content

Commit

Permalink
update serverengine dependency to fix IPv6 support on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomoris committed Nov 22, 2016
1 parent 722c9b6 commit d563fa5
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 @@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency("msgpack", [">= 0.7.0", "< 2.0.0"])
gem.add_runtime_dependency("yajl-ruby", ["~> 1.0"])
gem.add_runtime_dependency("cool.io", ["~> 1.4.5"])
gem.add_runtime_dependency("serverengine", ["~> 2.0"])
gem.add_runtime_dependency("serverengine", ["=> 2.0.3", "< 3.0.0"])
gem.add_runtime_dependency("http_parser.rb", [">= 0.5.1", "< 0.7.0"])
gem.add_runtime_dependency("sigdump", ["~> 0.2.2"])
gem.add_runtime_dependency("tzinfo", ["~> 1.0"])
Expand Down

0 comments on commit d563fa5

Please sign in to comment.