From 3d6b7c386d524e5fa75b73dc47363ec4690ee351 Mon Sep 17 00:00:00 2001 From: Bryan McLellan Date: Mon, 24 Jul 2017 17:21:02 -0400 Subject: 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. --- omnibus/Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'omnibus') 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) -- cgit v1.2.1