Skip to content

Commit

Permalink
Merge pull request #574 from sparklemotion/495-replace-ntlm-http-with…
Browse files Browse the repository at this point in the history
…-rubyntlm

dep: prefer `rubyntlm` to `ntlm-http`
  • Loading branch information
flavorjones committed Mar 31, 2021
2 parents 577c012 + 6353efa commit 43f5bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The Mechanize library is used for automating interaction with websites. Mechaniz
* `net-http-digest_auth`
* `net-http-persistent`
* `nokogiri`
* `ntlm-http`
* `rubyntlm`
* `webrick`
* `webrobots`

Expand Down
2 changes: 1 addition & 1 deletion mechanize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency("net-http-digest_auth", ">= 1.4.1", "~> 1.4")
spec.add_runtime_dependency("net-http-persistent", ">= 4.0.1", "~> 4.0")
spec.add_runtime_dependency("nokogiri", ">= 1.11.2", "~> 1.11")
spec.add_runtime_dependency("ntlm-http", ">= 0.1.1", "~> 0.1")
spec.add_runtime_dependency("rubyntlm", ">= 0.6.3", "~> 0.6")
spec.add_runtime_dependency("webrick", "~> 1.7")
spec.add_runtime_dependency("webrobots", "~> 0.1.2")

Expand Down

0 comments on commit 43f5bb2

Please sign in to comment.