summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-02-28 14:36:37 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2018-02-28 14:36:37 -0800
commit32d5a5d1e1ec0e98ccae2a56ea66fab4bb9866b9 (patch)
tree13bdf95daf7aa07abd488c1562270f422884746b
parentc69c65664353e0183d036ab49da05eb905cd7f08 (diff)
downloadchef-32d5a5d1e1ec0e98ccae2a56ea66fab4bb9866b9.tar.gz
require bundler
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--tasks/dependencies.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/tasks/dependencies.rb b/tasks/dependencies.rb
index 1dba2b4190..a66e166d92 100644
--- a/tasks/dependencies.rb
+++ b/tasks/dependencies.rb
@@ -1,5 +1,5 @@
#
-# Copyright:: Copyright (c) 2016-2017, Chef Software Inc.
+# Copyright:: Copyright (c) 2016-2018, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,6 +15,8 @@
# limitations under the License.
#
+require "bundler"
+
desc "Tasks to update and check dependencies"
namespace :dependencies do