diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-09-21 10:37:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-21 10:37:26 -0700 |
commit | 291de39adb9e12e3094b51ebb5fc90191af87077 (patch) | |
tree | 721dd537508ef5ca9517216386a21939e6a23dac /Gemfile.lock | |
parent | 8682fc9e7760a2d9aa9fcf76d19d8ac439224989 (diff) | |
parent | 2658aa43da11c3f3f2ffaf61f0a6ebb0e8893a57 (diff) | |
download | chef-291de39adb9e12e3094b51ebb5fc90191af87077.tar.gz |
Merge pull request #5356 from chef/jk/update
Update pedump to latest released; update all dependencies
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 0f24069c6c..fb8616239c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,12 +158,12 @@ GEM mixlib-cli (~> 1.4) artifactory (2.5.0) ast (2.3.0) - aws-sdk (2.6.1) - aws-sdk-resources (= 2.6.1) - aws-sdk-core (2.6.1) + aws-sdk (2.6.2) + aws-sdk-resources (= 2.6.2) + aws-sdk-core (2.6.2) jmespath (~> 1.0) - aws-sdk-resources (2.6.1) - aws-sdk-core (= 2.6.1) + aws-sdk-resources (2.6.2) + aws-sdk-core (= 2.6.2) aws-sdk-v1 (1.66.0) json (~> 1.4) nokogiri (>= 1.4.4) @@ -232,7 +232,7 @@ GEM domain_name (0.5.20160826) unf (>= 0.0.5, < 1.0.0) erubis (2.7.0) - ethon (0.9.0) + ethon (0.9.1) ffi (>= 1.3.0) excon (0.52.0) faraday (0.9.2) @@ -299,7 +299,7 @@ GEM jmespath (1.3.1) json (1.8.3) jwt (1.5.6) - kitchen-docker (2.6.0.rc.0) + kitchen-docker (2.6.0) test-kitchen (>= 1.0.0) kitchen-ec2 (1.2.0) aws-sdk (~> 2) @@ -334,7 +334,7 @@ GEM mixlib-log mixlib-cli (1.7.0) mixlib-config (2.2.4) - mixlib-install (1.2.0) + mixlib-install (1.2.2) artifactory mixlib-shellout mixlib-versioning @@ -419,7 +419,7 @@ GEM websocket (~> 1.0) rack (2.0.1) rainbow (2.1.0) - rake (11.2.2) + rake (11.3.0) rb-readline (0.5.3) rest-client (2.0.0) http-cookie (>= 1.0.2, < 2.0) @@ -480,7 +480,7 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.0) slop (3.6.0) - specinfra (2.62.0) + specinfra (2.63.0) net-scp net-ssh (>= 2.7, < 4.0) net-telnet |