File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
55Gem ::Specification . new do |spec |
66 spec . name = "fluent-plugin-grok-parser"
7- spec . version = "2.3 .0"
7+ spec . version = "2.4 .0"
88 spec . authors = [ "kiyoto" , "Kenji Okimoto" ]
99 spec . email = [ "kiyoto@treasure-data.com" , "okimoto@clear-code.com" ]
1010 spec . summary = %q{Fluentd plugin to support Logstash-inspired Grok format for parsing logs}
@@ -19,5 +19,5 @@ Gem::Specification.new do |spec|
1919 spec . add_development_dependency "bundler"
2020 spec . add_development_dependency "rake"
2121 spec . add_development_dependency "test-unit" , ">=3.1.5"
22- spec . add_runtime_dependency "fluentd" , ">=0.14.6"
22+ spec . add_runtime_dependency "fluentd" , ">=0.14.6" , "< 2"
2323end
You can’t perform that action at this time.
0 commit comments