Skip to content

Commit

Permalink
Relax restriction of Nokogiri requirement (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys authored Feb 6, 2025
1 parent 6dfb311 commit c36e327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-plugin-parser-winevt_xml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency "test-unit", "~> 3.4.0"
spec.add_runtime_dependency "fluentd", [">= 0.14.12", "< 2"]
spec.add_runtime_dependency "nokogiri", [">= 1.12.5", "< 1.17"]
spec.add_runtime_dependency "nokogiri", ">= 1.12.5"

# gems that aren't default gems as of Ruby 3.4
spec.add_runtime_dependency "base64", "~> 0.2"
Expand Down

0 comments on commit c36e327

Please sign in to comment.