summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-11-16 11:20:15 -0800
committerTim Smith <tsmith84@gmail.com>2020-11-16 11:20:15 -0800
commit07e02c96420acff5073e0585d516a75b909e34ae (patch)
tree1b2608df90450ecf9ce34a612060aa7f13cd6e2b /Gemfile
parenta7a5ca586054c5657faa349a9c3ce6c247a61b7e (diff)
downloadmixlib-shellout-07e02c96420acff5073e0585d516a75b909e34ae.tar.gz
Remove the yard task / gems
These do no get used by this project. 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 40d317d..f1e898f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,12 +4,6 @@ gemspec name: "mixlib-shellout"
gem "parallel", "< 1.20" # pin until we drop ruby < 2.4
-group :docs do
- gem "github-markup"
- gem "redcarpet"
- gem "yard"
-end
-
group :test do
gem "chefstyle", "1.2.0"
gem "rake"