We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c7afd commit 6cbee8eCopy full SHA for 6cbee8e
fluent-plugin-split_record.gemspec
@@ -14,5 +14,5 @@ Gem::Specification.new do |spec|
14
spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
15
spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
16
spec.require_paths = ["lib"]
17
- spec.add_dependency "fluentd",">= 0.12.39","< 0.16"
+ spec.add_dependency "fluentd","~> 1.14.2"
18
end
0 commit comments