Skip to content

Commit

Permalink
Merge pull request #1400 from lsegal/add-webrick-dep
Browse files Browse the repository at this point in the history
Add webrick as runtime dependency
  • Loading branch information
lsegal committed Sep 3, 2021
2 parents 258add9 + 8dd8d32 commit c0c039a
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 c0c039a

Please sign in to comment.