support new versions of winrm-fs

This commit is contained in:
Daniel Wallace 2018-04-09 12:12:14 -05:00
parent b9efec8526
commit 4a2ec1bbb3
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48

View file

@ -2,7 +2,7 @@
source 'https://rubygems.org'
gem 'test-kitchen', '~>1.20'
gem 'test-kitchen', :git => 'https://github.com/gtmanfred/test-kitchen.git'
gem 'kitchen-salt', :git => 'https://github.com/saltstack/kitchen-salt.git'
gem 'kitchen-sync'
gem 'git'
@ -20,7 +20,7 @@ group :windows do
gem 'vagrant-wrapper'
gem 'kitchen-vagrant'
gem 'winrm', '~>2.0'
gem 'winrm-fs', '>=1.1.1'
gem 'winrm-fs', :git => 'https://github.com/gtmanfred/winrm-fs.git'
end
group :ec2 do