Skip to content

Commit

Permalink
webrick must be manually installed
Browse files Browse the repository at this point in the history
`webrick` was removed from the `ruby` `3.0` stdlib, so must be manually
installed.

It's only needed by `pub`, and only as a dev server used in tests, so
added it only for that specific ecosystem as a development dependency.
  • Loading branch information
jeffwidman committed Aug 1, 2022
1 parent 66b009f commit 5dbc2d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pub/dependabot-pub.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Gem::Specification.new do |spec|

spec.add_dependency "dependabot-common", Dependabot::VERSION

spec.add_development_dependency "webrick", ">= 1.7"

common_gemspec.development_dependencies.each do |dep|
spec.add_development_dependency dep.name, dep.requirement.to_s
end
Expand Down

0 comments on commit 5dbc2d1

Please sign in to comment.