From 4ff11119636f3c68b3da28e93ea61262d12e9aa1 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 22 Aug 2018 16:19:54 -0700 Subject: Add back the install tasks Signed-off-by: Tim Smith --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 0428d85c54..982af3f11c 100644 --- a/Rakefile +++ b/Rakefile @@ -23,6 +23,8 @@ require_relative "tasks/cbgb" require_relative "tasks/dependencies" require_relative "tasks/announce" +Bundler::GemHelper.install_tasks name: 'chef' + task :pedant, :chef_zero_spec task :build_eventlog do -- cgit v1.2.1