summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2017-07-24 17:21:02 -0400
committerGitHub <noreply@github.com>2017-07-24 17:21:02 -0400
commit3d6b7c386d524e5fa75b73dc47363ec4690ee351 (patch)
tree18d935df5f6f6d97d7ea5a1d455db23728e4b029 /tasks
parent89d13b94b7de1d4d16304065425c3349d1222148 (diff)
downloadchef-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 'tasks')
-rw-r--r--tasks/dependencies.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks/dependencies.rb b/tasks/dependencies.rb
index c94e8b2ab2..1c4ec14911 100644
--- a/tasks/dependencies.rb
+++ b/tasks/dependencies.rb
@@ -37,7 +37,6 @@ namespace :dependencies do
desc "Update all dependencies. dependencies:update to update as little as possible (CI-only)."
task :update_ci => %w{
dependencies:update_gemfile_lock
- dependencies:update_omnibus_overrides
dependencies:update_omnibus_gemfile_lock
dependencies:update_acceptance_gemfile_lock
dependencies:update_kitchen_tests_gemfile_lock