Commit 7ffc34b7 authored by Klaus Wölfel's avatar Klaus Wölfel

gemspec: allow fluentd version < 2.0.0

See merge request !2
parents 135e3948 762597bf
......@@ -11,5 +11,5 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files -z`.split("\x0")
gem.require_paths = ["lib"]
gem.add_runtime_dependency "fluentd", "~> 0.14"
gem.add_runtime_dependency "fluentd", ">= 0.14", "< 2"
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment