diff options
author | Tim Smith <tsmith@chef.io> | 2016-12-02 13:31:18 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2016-12-02 13:31:18 -0800 |
commit | e9c3204f5386bb35da825b862bf96ed9d3c7dcb6 (patch) | |
tree | 68da0e2a0d388c16097e76ba81990e965d2ca19c /kitchen-tests/Gemfile.lock | |
parent | 69a4a165de3c9e3e6838c4801465b426c267233b (diff) | |
download | chef-e9c3204f5386bb35da825b862bf96ed9d3c7dcb6.tar.gz |
Update chef client testing depstas50/newchefclient
We need the new chef-client cookbook
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/Gemfile.lock')
-rw-r--r-- | kitchen-tests/Gemfile.lock | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/kitchen-tests/Gemfile.lock b/kitchen-tests/Gemfile.lock index bfae6c04da..957b478396 100644 --- a/kitchen-tests/Gemfile.lock +++ b/kitchen-tests/Gemfile.lock @@ -62,6 +62,7 @@ GEM faraday (0.9.2) multipart-post (>= 1.2, < 3) ffi (1.9.14) + ffi (1.9.14-x86-mingw32) fuzzyurl (0.9.0) gssapi (1.2.0) ffi (>= 1.0.1) @@ -69,6 +70,7 @@ GEM builder (>= 2.1.2) hashie (3.4.6) hitimes (1.2.4) + hitimes (1.2.4-x86-mingw32) httpclient (2.8.2.4) inspec (1.7.0) hashie (~> 3.4) @@ -121,6 +123,9 @@ GEM thor mixlib-log (1.7.1) mixlib-shellout (2.2.7) + mixlib-shellout (2.2.7-universal-mingw32) + win32-process (~> 0.8.2) + wmi-lite (~> 1.0) mixlib-versioning (1.1.0) molinillo (0.5.4) multi_json (1.12.1) @@ -214,6 +219,8 @@ GEM varia_model (0.6.0) buff-extensions (~> 2.0) hashie (>= 2.0.2, < 4.0.0) + win32-process (0.8.3) + ffi (>= 1.0.0) winrm (2.1.0) builder (>= 2.1.2) erubis (~> 2.7) @@ -228,9 +235,11 @@ GEM logging (>= 1.6.1, < 3.0) rubyzip (~> 1.1) winrm (~> 2.0) + wmi-lite (1.0.0) PLATFORMS ruby + x86-mingw32 DEPENDENCIES berkshelf @@ -244,4 +253,4 @@ DEPENDENCIES vagrant-wrapper BUNDLED WITH - 1.12.5 + 1.13.6 |