diff options
author | John Keiser <john@johnkeiser.com> | 2016-08-09 10:08:45 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-08-09 12:40:31 -0700 |
commit | 98347e378666f29f9c90a4f5fc0867e128c04dfd (patch) | |
tree | ca918e72cfa26a9c46a3f79ffb2d2442cb5b534c /acceptance/Gemfile.lock | |
parent | e4f1d77c05b3170a1ae219f6e26d2bed6a89f4b7 (diff) | |
download | chef-98347e378666f29f9c90a4f5fc0867e128c04dfd.tar.gz |
Update kitchen-ec2 to 1.1.0 to fix race conditionsjk/update-ec2
Diffstat (limited to 'acceptance/Gemfile.lock')
-rw-r--r-- | acceptance/Gemfile.lock | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/acceptance/Gemfile.lock b/acceptance/Gemfile.lock index aa0f09e306..d9605beda0 100644 --- a/acceptance/Gemfile.lock +++ b/acceptance/Gemfile.lock @@ -8,10 +8,10 @@ GIT GIT remote: git://github.com/chef/train.git - revision: cc92f89267f128ee78bc12da803722268e2f6af2 + revision: 11ec2db8a2c06757335660a2704ca140b24b7ec3 branch: winrm-v2 specs: - train (0.15.0) + train (0.15.1) docker-api (~> 1.26) json (~> 1.8) mixlib-shellout (~> 2.0) @@ -31,7 +31,7 @@ GIT GIT remote: git://github.com/test-kitchen/test-kitchen.git - revision: 06d7c0168ed6390c87a821ae8958e7d80c4d1912 + revision: c4b42161729572b95a93468fb8d653d15935bc74 branch: winrm-v2 specs: test-kitchen (1.10.2) @@ -44,7 +44,7 @@ GIT GIT remote: git://github.com/winrb/winrm-elevated.git - revision: 160bf424e018b2539fdde73079443e565ae57260 + revision: fcf1d3490412d780d17ac4db09a9101b9794f6f4 branch: winrm-v2 specs: winrm-elevated (1.0.0) @@ -53,7 +53,7 @@ GIT GIT remote: git://github.com/winrb/winrm-fs.git - revision: ceb883b87fb81898e73e9249f287457ccb9d549f + revision: d8fa7d648d797c434b20d8f45aa91ddb8f2d2c82 branch: winrm-v2 specs: winrm-fs (1.0.0) @@ -64,7 +64,7 @@ GIT GIT remote: git://github.com/winrb/winrm.git - revision: 3e50c963b935d046099a5afb295cf01f8030e43e + revision: d6ae35d857234676916054344070d601519ec102 branch: winrm-v2 specs: winrm (2.0.0) @@ -82,12 +82,12 @@ GEM specs: addressable (2.4.0) artifactory (2.3.3) - aws-sdk (2.5.0) - aws-sdk-resources (= 2.5.0) - aws-sdk-core (2.5.0) + aws-sdk (2.5.1) + aws-sdk-resources (= 2.5.1) + aws-sdk-core (2.5.1) jmespath (~> 1.0) - aws-sdk-resources (2.5.0) - aws-sdk-core (= 2.5.0) + aws-sdk-resources (2.5.1) + aws-sdk-core (= 2.5.1) berkshelf (4.3.5) addressable (~> 2.3, >= 2.3.4) berkshelf-api-client (~> 2.0, >= 2.0.2) @@ -131,7 +131,7 @@ GEM cleanroom (1.0.0) coderay (1.1.1) diff-lcs (1.2.5) - docker-api (1.30.0) + docker-api (1.31.0) excon (>= 0.38.0) json erubis (2.7.0) @@ -147,7 +147,7 @@ GEM hashie (3.4.4) hitimes (1.2.4) httpclient (2.7.2) - inspec (0.26.0) + inspec (0.28.1) hashie (~> 3.4) json (~> 1.8) method_source (~> 0.8) @@ -157,10 +157,10 @@ GEM rspec-its (~> 1.2) rubyzip (~> 1.1) thor (~> 0.19) - train (~> 0.13) + train (>= 0.15.1, < 1.0) jmespath (1.3.1) json (1.8.3) - kitchen-ec2 (1.0.1) + kitchen-ec2 (1.1.0) aws-sdk (~> 2) excon multi_json |