Merge pull request #6136 from StefanScherer/update-winrm-fs

Update winrm-fs to fix Windows 10 problems
This commit is contained in:
Seth Vargo 2015-08-17 14:50:51 -04:00
commit ce08fc155d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_dependency "rest-client", ">= 1.6.0", "< 2.0"
s.add_dependency "wdm", "~> 0.1.0"
s.add_dependency "winrm", "~> 1.3"
s.add_dependency "winrm-fs", "~> 0.2.0"
s.add_dependency "winrm-fs", "~> 0.2.2"
# We lock this down to avoid compilation issues.
s.add_dependency "nokogiri", "= 1.6.3.1"