diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-10 19:27:31 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-10 19:27:31 -0800 |
commit | 6628f708acdefe2fc6bff85a1edade89f0b4d8ee (patch) | |
tree | 0b389bb6f183d667d8849a4dd462aa0cf3473aa3 /omnibus | |
parent | e4c25c39e68cb5d790765d0844c7890e623e1321 (diff) | |
download | chef-6628f708acdefe2fc6bff85a1edade89f0b4d8ee.tar.gz |
simplify dependency bumping rake tasks and bump all deps
this eliminates all the "run gem pristine" warning spam
and i believe uses "bundle lock" correctly.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
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 d00e91914b..20eb83adec 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -24,7 +24,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: a6f5d260b34c5a19fb2ef873ab3216c7bab0ef6f + revision: 703ecb80af7897a6a85a7340f9b280f757f3372f 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.2) - aws-sdk-resources (= 2.8.2) - aws-sdk-core (2.8.2) + aws-sdk (2.8.5) + aws-sdk-resources (= 2.8.5) + aws-sdk-core (2.8.5) aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.8.2) - aws-sdk-core (= 2.8.2) + aws-sdk-resources (2.8.5) + aws-sdk-core (= 2.8.5) 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.1.0) + logging (2.2.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.12.5 + 1.14.6 |