summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-10-20 15:16:22 -0700
committerTim Smith <tsmith84@gmail.com>2020-10-20 15:16:22 -0700
commit3da27e34f965784bb3cb297604fa24aacaedc6f8 (patch)
treebfd36ea38cf6c03cbf095369fec46dcf4d654956 /Gemfile
parente005d9b85d4bad73ad4a71e007fd8ece0734b9b3 (diff)
downloadchef-3da27e34f965784bb3cb297604fa24aacaedc6f8.tar.gz
Remove the yard doc generation task / group
If someone wants the yard docs locally they can just gem install yard and then run yard. This is way overthinking the problem and requires us to exclude the group all over the place. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 5aec74f83f..3c14ca8783 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,10 +41,6 @@ group(:omnibus_package, :pry) do
gem "pry-stack_explorer"
end
-group(:docgen) do
- gem "yard"
-end
-
# Everything except AIX
group(:ruby_prof) do
# ruby-prof 1.3.0 does not compile on our centos6 builders/kitchen testers