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

gemspec: allow fluentd version < 2.0.0

Allow to use a fluentd version < 2.0.0
parent 9ce63b42
......@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files -z`.split("\x0")
gem.require_paths = ["lib"]
gem.add_runtime_dependency "fluentd", "~> 0"
gem.add_runtime_dependency "fluentd", "< 2"
# ? net/http
# ? openssl
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