Skip to content

Commit

Permalink
Fix minimum version of depencency on Fluentd
Browse files Browse the repository at this point in the history
Confirmed this did not work with Fluentd v1.8.1.

Signed-off-by: daipom <fukuda@clear-code.com>
  • Loading branch information
daipom committed Feb 21, 2022
1 parent 7d04eb9 commit 221c134
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-sigdump.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 221c134

Please sign in to comment.