Update winrm-fs to fix Win10 problems

This commit is contained in:
Stefan Scherer 2015-08-13 07:57:28 +02:00
parent cd25b820c4
commit 73a7b1d11e
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"