diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-04-12 04:26:06 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-04-12 04:26:06 -0700 |
commit | 349891b829f96736708721115adb2223df7cfe85 (patch) | |
tree | ee8392ae309bfa5bf32c47de26712df565e672ec | |
parent | 5fda253c3bbb2fb678c68f403598c2b24dffadb2 (diff) | |
download | chef-debug_logging.tar.gz |
use regular winrm-fs gem againdebug_logging
-rw-r--r-- | acceptance/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance/Gemfile b/acceptance/Gemfile index 76c8e10cbb..72dded468c 100644 --- a/acceptance/Gemfile +++ b/acceptance/Gemfile @@ -9,5 +9,5 @@ gem "inspec" # puts in a box_url for bento when a vagrant box in atlas is specified gem "kitchen-vagrant", github: "test-kitchen/kitchen-vagrant" gem "windows_chef_zero" -gem "winrm-fs", github: "winrb/winrm-fs", branch: "leave_check_files" +gem "winrm-fs" gem "berkshelf" |