Skip to content

Commit

Permalink
Add webrick to development dependecies
Browse files Browse the repository at this point in the history
as it's used in the tests.
  • Loading branch information
pvalena authored and flavorjones committed Jan 23, 2021
1 parent c922541 commit d4c28e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mechanize.gemspec
Expand Up @@ -58,4 +58,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "ntlm-http", [ ">= 0.1.1", "~> 0.1" ]
spec.add_runtime_dependency "webrobots", [ "< 0.2", ">= 0.0.9" ]
spec.add_runtime_dependency "domain_name", [ ">= 0.5.1", "~> 0.5" ]

spec.add_development_dependency 'webrick'
end

0 comments on commit d4c28e1

Please sign in to comment.