sparklemotion / mechanize

Mechanize is a ruby library that makes automated web interaction easy.
https://www.rubydoc.info/gems/mechanize/
MIT License
4.39k stars 473 forks source link

Add Webrick as runtime dependency #556

Closed fig closed 3 years ago

fig commented 3 years ago

Ruby >= 3.0 no longer includes Webrick as a standard gem so it will require declaring as a dependency.

fig commented 3 years ago

I'm going to close this, as Webrick is only needed as a development dependency and there is already an active pull request to resolve this issue.