Skip to content

Commit

Permalink
Add webrick as runtime dependency
Browse files Browse the repository at this point in the history
WEBrick was removed as a core library in Ruby 3.0

Fixes #1387
  • Loading branch information
lsegal committed Sep 3, 2021
1 parent 3590066 commit 8dd8d32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ Gem::Specification.new do |s|
s.executables = ['yard', 'yardoc', 'yri']
s.license = 'MIT' if s.respond_to?(:license=)
s.metadata['yard.run'] = 'yri'

s.add_runtime_dependency 'webrick', '~> 1.7.0'
end

0 comments on commit 8dd8d32

Please sign in to comment.