Skip to content

Commit

Permalink
Merge pull request #925 from voxik/patch-1
Browse files Browse the repository at this point in the history
Add WEBrick dependency
  • Loading branch information
bblimke committed Jan 14, 2021
2 parents c2721df + ae9d09f commit d19b472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webmock.gemspec
Expand Up @@ -45,6 +45,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'minitest', '>= 5.0.0'
s.add_development_dependency 'test-unit', '>= 3.0.0'
s.add_development_dependency 'rdoc', '> 3.5.0'
s.add_development_dependency 'webrick'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit d19b472

Please sign in to comment.