From 14bf1b5047ac4d4cafdc630908b17a8b20a451d0 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 15 Mar 2021 11:16:56 -0700 Subject: Remove old test / docs deps Help with builds on Ruby 2.4 Signed-off-by: Tim Smith --- Rakefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index c8140a3..03f4d6b 100644 --- a/Rakefile +++ b/Rakefile @@ -23,13 +23,6 @@ rescue LoadError puts "chefstyle gem is not installed. bundle install first to make sure all dependencies are installed." end -begin - require "yard" unless defined?(YARD) - YARD::Rake::YardocTask.new(:docs) -rescue LoadError - puts "yard is not available. bundle install first to make sure all dependencies are installed." -end - task :console do require "irb" require "irb/completion" -- cgit v1.2.1