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 /omnibus | |
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 'omnibus')
-rw-r--r-- | omnibus/Gemfile.lock | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 20eb83adec..d00e91914b 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -24,7 +24,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 703ecb80af7897a6a85a7340f9b280f757f3372f + revision: a6f5d260b34c5a19fb2ef873ab3216c7bab0ef6f specs: omnibus-software (4.0.0) chef-sugar (>= 3.4.0) @@ -37,13 +37,13 @@ GEM public_suffix (~> 2.0, >= 2.0.2) artifactory (2.7.0) awesome_print (1.7.0) - aws-sdk (2.8.5) - aws-sdk-resources (= 2.8.5) - aws-sdk-core (2.8.5) + aws-sdk (2.8.2) + aws-sdk-resources (= 2.8.2) + aws-sdk-core (2.8.2) aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.8.5) - aws-sdk-core (= 2.8.5) + aws-sdk-resources (2.8.2) + aws-sdk-core (= 2.8.2) aws-sigv4 (1.0.0) berkshelf (4.3.5) addressable (~> 2.3, >= 2.3.4) @@ -117,7 +117,7 @@ GEM test-kitchen (~> 1.4) libyajl2 (1.2.0) 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) @@ -265,4 +265,4 @@ DEPENDENCIES winrm-fs (~> 1.0) BUNDLED WITH - 1.14.6 + 1.12.5 |