Use dwoz/winrm-fs for chunked downloads

Revert this after there is an upstream release
This commit is contained in:
Daniel A. Wozniak 2018-10-03 11:42:03 -07:00
parent f3999e1457
commit 791e3ff37b
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -13,7 +13,7 @@ end
group :windows do
gem 'winrm', '~>2.0'
gem 'winrm-fs', '~>1.2.1'
gem 'winrm-fs', :git => 'https://github.com/dwoz/winrm-fs.git', :branch => 'chunked_downloads'
end
group :ec2 do