summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-24 11:06:51 -0700
committerTim Smith <tsmith@chef.io>2018-07-24 11:06:51 -0700
commit22d7cb297d2a0688a4c81960d8a143389551f94c (patch)
tree51b9a006ad3f83b119a4829858a08b642cbce506
parentf5271698898b6ceea71959fb1f9aacdcbe82c1c3 (diff)
downloadmixlib-cli-22d7cb297d2a0688a4c81960d8a143389551f94c.tar.gz
Add yard deps to the gemfile
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b4e2a20..ed7da20 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,9 @@
source "https://rubygems.org"
gemspec
+
+group :docs do
+ gem "yard"
+ gem "redcarpet"
+ gem "github-markup"
+end