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 /acceptance/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 'acceptance/Gemfile.lock')
-rw-r--r-- | acceptance/Gemfile.lock | 55 |
1 files changed, 32 insertions, 23 deletions
diff --git a/acceptance/Gemfile.lock b/acceptance/Gemfile.lock index 4299609f91..6c1d3c4181 100644 --- a/acceptance/Gemfile.lock +++ b/acceptance/Gemfile.lock @@ -9,14 +9,17 @@ GIT GEM remote: https://rubygems.org/ specs: - addressable (2.4.0) - artifactory (2.5.0) - aws-sdk (2.6.14) - aws-sdk-resources (= 2.6.14) - aws-sdk-core (2.6.14) + addressable (2.5.0) + public_suffix (~> 2.0, >= 2.0.2) + artifactory (2.5.1) + aws-sdk (2.6.32) + aws-sdk-resources (= 2.6.32) + aws-sdk-core (2.6.32) + aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.6.14) - aws-sdk-core (= 2.6.14) + aws-sdk-resources (2.6.32) + aws-sdk-core (= 2.6.32) + aws-sigv4 (1.0.0) berkshelf (4.3.5) addressable (~> 2.3, >= 2.3.4) berkshelf-api-client (~> 2.0, >= 2.0.2) @@ -53,7 +56,7 @@ GEM celluloid-io (0.16.2) celluloid (>= 0.16.0) nio4r (>= 1.1.0) - chef-config (12.15.19) + chef-config (12.16.42) addressable fuzzyurl mixlib-config (~> 2.0) @@ -61,7 +64,7 @@ GEM cleanroom (1.0.0) coderay (1.1.1) diff-lcs (1.2.5) - docker-api (1.32.1) + docker-api (1.33.0) excon (>= 0.38.0) json erubis (2.7.0) @@ -77,7 +80,7 @@ GEM hashie (3.4.6) hitimes (1.2.4) httpclient (2.7.2) - inspec (1.3.0) + inspec (1.7.0) hashie (~> 3.4) json (>= 1.8, < 3.0) method_source (~> 0.8) @@ -87,6 +90,7 @@ GEM rainbow (~> 2) rspec (~> 3) rspec-its (~> 1.2) + rspec_junit_formatter (~> 0.2.3) rubyzip (~> 1.1) sslshake (~> 1) thor (~> 0.19) @@ -99,10 +103,11 @@ GEM multi_json retryable (~> 2.0) test-kitchen (~> 1.4, >= 1.4.1) - kitchen-inspec (0.15.2) - inspec (>= 0.22.0, < 2.0.0) + kitchen-inspec (0.16.1) + hashie (~> 3.4) + inspec (>= 0.34.0, < 2.0.0) test-kitchen (~> 1.6) - kitchen-vagrant (0.20.0) + kitchen-vagrant (0.21.0) test-kitchen (~> 1.4) little-plugger (1.1.4) logging (2.1.0) @@ -132,13 +137,14 @@ GEM net-ssh (>= 2.6.5) nio4r (1.2.1) nori (2.6.0) - octokit (4.4.1) - sawyer (~> 0.7.0, >= 0.5.3) - parallel (1.9.0) + octokit (4.6.2) + sawyer (~> 0.8.0, >= 0.5.3) + parallel (1.10.0) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + public_suffix (2.0.4) rainbow (2.1.0) retryable (2.0.4) ridley (4.6.1) @@ -175,19 +181,22 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.5.0) rspec-support (3.5.0) + rspec_junit_formatter (0.2.3) + builder (< 4) + rspec-core (>= 2, < 4, != 2.12.0) rubyntlm (0.6.1) rubyzip (1.2.0) safe_yaml (1.0.4) - sawyer (0.7.0) - addressable (>= 2.3.5, < 2.5) - faraday (~> 0.8, < 0.10) + sawyer (0.8.1) + addressable (>= 2.3.5, < 2.6) + faraday (~> 0.8, < 1.0) semverse (1.2.1) slop (3.6.0) solve (2.0.3) molinillo (~> 0.4.2) semverse (~> 1.1) sslshake (1.0.13) - test-kitchen (1.13.2) + test-kitchen (1.14.0) mixlib-install (>= 1.2, < 3.0) mixlib-shellout (>= 1.2, < 3.0) net-scp (~> 1.1) @@ -195,10 +204,10 @@ GEM net-ssh-gateway (~> 1.2.0) safe_yaml (~> 1.0) thor (~> 0.18) - thor (0.19.1) + thor (0.19.4) timers (4.0.4) hitimes - train (0.20.1) + train (0.22.0) docker-api (~> 1.26) json (>= 1.8, < 3.0) mixlib-shellout (~> 2.0) @@ -245,4 +254,4 @@ DEPENDENCIES winrm-elevated BUNDLED WITH - 1.12.5 + 1.13.6 |