summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-07 14:44:04 -0700
committerGitHub <noreply@github.com>2021-04-07 14:44:04 -0700
commit14c59237ffd06b7882deba9a155066a900ecf061 (patch)
tree1506ce1c75520d0a7bd18f0e0d6d70629c1bb286 /Rakefile
parent70179660c768622ba8062b916308ba63320b2bf3 (diff)
parentcf64949a4968af11e9273706479c350dc193bbd9 (diff)
downloadmixlib-log-14c59237ffd06b7882deba9a155066a900ecf061.tar.gz
Merge pull request #62 from chef/ruby3
Add Ruby 3.0 testing
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 0 insertions, 7 deletions
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"