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 1f64300 commit ec55047Copy full SHA for ec55047
fluentd.gemspec
@@ -42,6 +42,10 @@ Gem::Specification.new do |gem|
42
gem.add_runtime_dependency("uri", '~> 1.0')
43
gem.add_runtime_dependency("async-http", "~> 0.86")
44
45
+ # It appears io-event 1.11.0 ~ 1.12.1 are unstable on Windows.
46
+ # See https://github.com/fluent/fluentd/issues/5041.
47
+ gem.add_runtime_dependency("io-event", "< 1.11.0")
48
+
49
# gems that aren't default gems as of Ruby 3.4
50
gem.add_runtime_dependency("base64", ["~> 0.2"])
51
gem.add_runtime_dependency("csv", ["~> 3.2"])
0 commit comments