Skip to content

Commit

Permalink
Merge pull request #4061 from daipom/update-webrick
Browse files Browse the repository at this point in the history
Update Webrick
  • Loading branch information
ashie authored Mar 15, 2023
2 parents 12ff819 + 5ee032d commit 1b8dee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluentd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +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.4", "< 1.0.0"])
gem.add_runtime_dependency("webrick", [">= 1.4.2", "< 1.8.0"])
gem.add_runtime_dependency("webrick", ["~> 1.4"])

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

0 comments on commit 1b8dee1

Please sign in to comment.