Skip to content

Commit

Permalink
Merge pull request #557 from pvalena/patch-1
Browse files Browse the repository at this point in the history
Add webrick to runtime dependecies
  • Loading branch information
flavorjones committed Jan 23, 2021
2 parents c922541 + 6c6811e commit 25157bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
Expand Up @@ -2,6 +2,9 @@

=== Unreleased

* New Features
* Support for Ruby 3.0 by adding `webrick` as a runtime dependency. (#557) @pvalena

* Bug fix
* Ignore input fields with blank names (#542, #536)

Expand Down
1 change: 1 addition & 0 deletions mechanize.gemspec
Expand Up @@ -58,4 +58,5 @@ 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_runtime_dependency 'webrick', "~> 1.7"
end

0 comments on commit 25157bd

Please sign in to comment.