diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-10-20 15:17:33 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-10-20 15:17:33 -0700 |
commit | 7e26be50b2956b118328e2e3f69f8043cfb8569a (patch) | |
tree | 57661bd6aca9149a0a9ef31fd55aa94f0939c995 /Gemfile | |
parent | e0d81b68c3b78712e0c34ce14ff60d7dcc662d25 (diff) | |
download | ohai-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-- | Gemfile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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" |