diff --git a/README.md b/README.md index e94727c..79af271 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ [Fluentd](https://fluentd.org/) plugin to collect debug information of Fluentd. - | Platform | Support Version | - | -------- | --------------------- | - | Fluentd | Fluentd v1.x | - | Ruby | Ruby 2.7.x / 3.1.x | + | Platform | Support Version | + |----------|--------------------| + | Fluentd | >= Fluentd v1.9.3 | + | Ruby | Ruby 2.7.x / 3.1.x | This plugin periodically dumps backtrace and memory profile of Fluentd by using [sigdump](https://github.com/fluent/sigdump). diff --git a/fluent-plugin-sigdump.gemspec b/fluent-plugin-sigdump.gemspec index db9105b..b00dd9a 100644 --- a/fluent-plugin-sigdump.gemspec +++ b/fluent-plugin-sigdump.gemspec @@ -19,5 +19,5 @@ Gem::Specification.new do |s| s.add_development_dependency "test-unit", "~> 3.3" s.add_runtime_dependency "sigdump", "~> 0.2.2" - s.add_runtime_dependency "fluentd", [">= 0.14.10", "< 2"] + s.add_runtime_dependency "fluentd", [">= 1.9.3", "< 2"] end