Skip to content

Commit 5a49600

Browse files
Watson1978ashie
andauthored
Backport(v1.16): Add missing gem dependency on Ruby 3.4-dev (#5172)
Backport #4411 **Which issue(s) this PR fixes**: N/A **What this PR does / why we need it**: CI is failed on Ruby 3.4-dev: https://github.com/fluent/fluentd/actions/runs/7949585800 **Docs Changes**: N/A **Release Note**: N/A Signed-off-by: Takuro Ashie <[email protected]> Signed-off-by: Shizuo Fujita <[email protected]> Co-authored-by: Takuro Ashie <[email protected]>
1 parent 6d26f8d commit 5a49600

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fluentd.gemspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ Gem::Specification.new do |gem|
3131
gem.add_runtime_dependency("webrick", ["~> 1.4"])
3232
gem.add_runtime_dependency("console", ["< 1.24"])
3333

34+
# gems that aren't default gems as of Ruby 3.4
35+
gem.add_runtime_dependency("base64", ["~> 0.2"])
36+
gem.add_runtime_dependency("csv", ["~> 3.2"])
37+
gem.add_runtime_dependency("drb", ["~> 2.2"])
38+
3439
# gems that aren't default gems as of Ruby 3.5
3540
gem.add_runtime_dependency("logger", ["~> 1.6"])
3641

0 commit comments

Comments
 (0)