Skip to content

Commit

Permalink
Add a missing dependency to webrick
Browse files Browse the repository at this point in the history
WEBrick isn't bundled anymore as of Ruby 3.0.

Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Feb 19, 2021
1 parent e3effa3 commit 1f81bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fluentd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency("tzinfo", [">= 1.0", "< 3.0"])
gem.add_runtime_dependency("tzinfo-data", ["~> 1.0"])
gem.add_runtime_dependency("strptime", [">= 0.2.2", "< 1.0.0"])
gem.add_runtime_dependency("webrick", [">= 1.4.2", "< 1.8.0"])

# build gem for a certain platform. see also Rakefile
fake_platform = ENV['GEM_BUILD_FAKE_PLATFORM'].to_s
Expand Down

0 comments on commit 1f81bac

Please sign in to comment.