From cf64949a4968af11e9273706479c350dc193bbd9 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 7 Apr 2021 14:40:46 -0700 Subject: Remove extra deps preventing gem installs Signed-off-by: Tim Smith --- Rakefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 3939fd3..f2672d7 100644 --- a/Rakefile +++ b/Rakefile @@ -38,13 +38,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