Commit 762597bf authored by Léo-Paul Géneau's avatar Léo-Paul Géneau 👾

gemspec: allow fluentd version < 2.0.0

parent 135e3948
......@@ -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