summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-10-20 15:17:33 -0700
committerTim Smith <tsmith84@gmail.com>2020-10-20 15:17:33 -0700
commit7e26be50b2956b118328e2e3f69f8043cfb8569a (patch)
tree57661bd6aca9149a0a9ef31fd55aa94f0939c995 /Gemfile
parente0d81b68c3b78712e0c34ce14ff60d7dcc662d25 (diff)
downloadohai-7e26be50b2956b118328e2e3f69f8043cfb8569a.tar.gz
Remove the yard task for generating docsnuke_yard_task
If someone wants to generate docs they can just run yard against the repo. This is overengineered Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 229e58b0..f8484424 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,12 +15,6 @@ group :development do
gem "rubocop-rspec"
end
-group :docs do
- gem "github-markup"
- gem "redcarpet"
- gem "yard"
-end
-
group :debug do
gem "pry"
gem "pry-byebug"