summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2015-04-30 11:14:37 +0100
committerThom May <thom@chef.io>2015-04-30 11:14:37 +0100
commit2ddd86d62aa2bcaaa16d42b5dd1fb4f370a2890b (patch)
treef949f8023101b7d4457b4112b67b16f5c5cae2bf
parent8db269dec43c4b1d8538f4d3aae07afed3707f73 (diff)
downloadchef-tm/gen_md.tar.gz
install tomlrb in pedant gem settm/gen_md
-rw-r--r--pedant.gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/pedant.gemfile b/pedant.gemfile
index baa3e9aece..8e64fc039c 100644
--- a/pedant.gemfile
+++ b/pedant.gemfile
@@ -10,6 +10,7 @@ gem "mixlib-shellout", github: "opscode/mixlib-shellout", branch: "master"
gem "ohai", github: "opscode/ohai", branch: "master"
group(:docgen) do
+ gem "tomlrb"
gem "yard"
end