diff options
author | Bryan McLellan <btm@loftninjas.org> | 2017-07-24 17:21:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-24 17:21:02 -0400 |
commit | 3d6b7c386d524e5fa75b73dc47363ec4690ee351 (patch) | |
tree | 18d935df5f6f6d97d7ea5a1d455db23728e4b029 /omnibus | |
parent | 89d13b94b7de1d4d16304065425c3349d1222148 (diff) | |
download | chef-3d6b7c386d524e5fa75b73dc47363ec4690ee351.tar.gz |
Updating / fixing deps to fix acceptance (#6292)
* Remove call to update_omnibus_overrides
The rake tasks `update_omnibus_overrides` was removed in dafd5139338aed684410e311b9be906b346db678.
* Update acceptance/Gemfile.lock to match Gemfile.lock for mixlib-shellout
This should fix acceptance where we're seeing both mixlib-shellout 2.3.1 and 2.3.2.
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile.lock | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index a5b42b4bac..fb36fd59cd 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -38,13 +38,13 @@ GEM public_suffix (~> 2.0, >= 2.0.2) artifactory (2.8.2) awesome_print (1.8.0) - aws-sdk (2.10.14) - aws-sdk-resources (= 2.10.14) - aws-sdk-core (2.10.14) + aws-sdk (2.10.15) + aws-sdk-resources (= 2.10.15) + aws-sdk-core (2.10.15) aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.10.14) - aws-sdk-core (= 2.10.14) + aws-sdk-resources (2.10.15) + aws-sdk-core (= 2.10.15) aws-sigv4 (1.0.1) berkshelf (4.3.5) addressable (~> 2.3, >= 2.3.4) @@ -136,8 +136,8 @@ GEM mixlib-versioning thor mixlib-log (1.7.1) - mixlib-shellout (2.3.1) - mixlib-shellout (2.3.1-universal-mingw32) + mixlib-shellout (2.3.2) + mixlib-shellout (2.3.2-universal-mingw32) win32-process (~> 0.8.2) wmi-lite (~> 1.0) mixlib-versioning (1.1.0) |