Commit 901ae3ef authored by Klaus Wölfel's avatar Klaus Wölfel

gemspec: allow fluentd version < 2.0.0

See merge request !7
parents 9ce63b42 ce184385
......@@ -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