From c23d9a405e888e82908c317e8735c710a6d6d8aa Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Wed, 14 Dec 2016 13:25:12 +0900 Subject: [PATCH] Specify dependent Fluentd version Because Fluentd v0.14 includes this feature. see: https://github.com/fluent/fluentd/pull/951 --- fluent-plugin-tail_path.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluent-plugin-tail_path.gemspec b/fluent-plugin-tail_path.gemspec index afd3a4b..86d88de 100644 --- a/fluent-plugin-tail_path.gemspec +++ b/fluent-plugin-tail_path.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |s| s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] - s.add_runtime_dependency "fluentd", ">= 0.10.58" + s.add_runtime_dependency "fluentd", [">= 0.10.58", "< 0.14.0"] s.add_development_dependency "rake" s.add_development_dependency "test-unit" end