We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba2227 commit 19bdad7Copy full SHA for 19bdad7
fluentd.gemspec
@@ -39,9 +39,8 @@ Gem::Specification.new do |gem|
39
gem.add_runtime_dependency("strptime", [">= 0.2.4", "< 1.0.0"])
40
gem.add_runtime_dependency("webrick", ["~> 1.4"])
41
gem.add_runtime_dependency("zstd-ruby", ["~> 1.5"])
42
- # uri v1.1.0 breaks the tests using IPv6 addresses.
43
- # https://github.com/fluent/fluentd/issues/5141
44
- gem.add_runtime_dependency("uri", ['~> 1.0', "< 1.1.0"])
+ gem.add_runtime_dependency("uri", '~> 1.0')
+ gem.add_runtime_dependency("net-http", '~> 0.8')
45
gem.add_runtime_dependency("async-http", "~> 0.86")
46
47
# gems that aren't default gems as of Ruby 3.4
0 commit comments