mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
WinRM 1.3 released w/ proper SSL support
This commit is contained in:
parent
e07f229f6e
commit
0cf454503d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency "rb-kqueue", "~> 0.2.0"
|
||||
s.add_dependency "rest-client", ">= 1.6.0", "< 2.0"
|
||||
s.add_dependency "wdm", "~> 0.1.0"
|
||||
s.add_dependency "winrm", "= 1.3.0.dev.2"
|
||||
s.add_dependency "winrm", "~> 1.3"
|
||||
|
||||
# We lock this down to avoid compilation issues.
|
||||
s.add_dependency "nokogiri", "= 1.6.3.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue