Skip to content

Commit 3282b33

Browse files
authored
Merge pull request #61 from fluent/release-2.4.0
Release 2.4.0
2 parents 6af5f88 + 0aa3bd0 commit 3282b33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fluent-plugin-grok-parser.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::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"
2323
end

0 commit comments

Comments
 (0)