Skip to content

Commit

Permalink
Merge pull request #19 from fluent/allow-v1.16
Browse files Browse the repository at this point in the history
Allow nokogiri v1.16 series
  • Loading branch information
kenhys authored Mar 6, 2024
2 parents 3ba320b + cc790f0 commit 0425bf5
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.16"]
spec.add_runtime_dependency "nokogiri", [">= 1.12.5", "< 1.17"]

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

0 comments on commit 0425bf5

Please sign in to comment.