From 4f45a7ea7dc4e22a5e3245e4527f18fffa8b4680 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Fri, 22 Feb 2019 14:58:35 +0000 Subject: [PATCH] We need a fixed winrm-fs so that dotfiles are also included --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 24b27594234..f9cc04889c3 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,8 @@ end group :windows do gem 'winrm', '~>2.0' - gem 'winrm-fs', '~>1.3.1' +# gem 'winrm-fs', '~>1.3.1' + gem 'winrm-fs', :git => 'https://github.com/s0undt3ch/winrm-fs.git', :branch => 'hotfix/saltstack-ci' end group :ec2 do