diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-10 19:33:47 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-10 19:33:47 -0800 |
commit | 12c54fbf916fcd4cd80cab3f3598a03da7d96fd1 (patch) | |
tree | 4a7510b35c9634fe189f5fef41beaaf55a2b3a79 /acceptance | |
parent | 6628f708acdefe2fc6bff85a1edade89f0b4d8ee (diff) | |
download | chef-12c54fbf916fcd4cd80cab3f3598a03da7d96fd1.tar.gz |
Revert "simplify dependency bumping rake tasks and bump all deps"
This reverts commit 6628f708acdefe2fc6bff85a1edade89f0b4d8ee.
oops.
Diffstat (limited to 'acceptance')
-rw-r--r-- | acceptance/Gemfile.lock | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/acceptance/Gemfile.lock b/acceptance/Gemfile.lock index 40fcb3db61..6d2bc0572d 100644 --- a/acceptance/Gemfile.lock +++ b/acceptance/Gemfile.lock @@ -12,13 +12,13 @@ GEM addressable (2.5.0) public_suffix (~> 2.0, >= 2.0.2) artifactory (2.7.0) - aws-sdk (2.8.5) - aws-sdk-resources (= 2.8.5) - aws-sdk-core (2.8.5) + aws-sdk (2.8.1) + aws-sdk-resources (= 2.8.1) + aws-sdk-core (2.8.1) aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.8.5) - aws-sdk-core (= 2.8.5) + aws-sdk-resources (2.8.1) + aws-sdk-core (= 2.8.1) aws-sigv4 (1.0.0) berkshelf (5.6.3) addressable (~> 2.3, >= 2.3.4) @@ -111,7 +111,7 @@ GEM kitchen-vagrant (1.0.2) test-kitchen (~> 1.4) little-plugger (1.1.4) - logging (2.2.0) + logging (2.1.0) little-plugger (~> 1.1) multi_json (~> 1.10) method_source (0.8.2) @@ -140,7 +140,7 @@ GEM nori (2.6.0) octokit (4.6.2) sawyer (~> 0.8.0, >= 0.5.3) - parallel (1.11.0) + parallel (1.10.0) parslet (1.5.0) blankslate (~> 2.0) pry (0.10.4) @@ -262,4 +262,4 @@ DEPENDENCIES winrm-elevated BUNDLED WITH - 1.14.6 + 1.13.4 |