summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2014-02-04 12:40:01 -0800
committerdanielsdeleo <dan@opscode.com>2014-02-04 12:40:01 -0800
commit387867f4398939301cc1046728935e3242d73f3b (patch)
treec04ebb03e13b0803a8e175d5ae7092b439fd2a1a /Gemfile
parent2efe793e4828861711c4dd65702a4226342ea2fa (diff)
downloadchef-387867f4398939301cc1046728935e3242d73f3b.tar.gz
Remove obsolete doc generator deps
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d4b7ce83f5..295f1781a0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,6 @@ gemspec :name => "chef"
gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby"
group(:docgen) do
- gem "ronn"
gem "yard"
end