summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8cb8f22e32..d3da2919da 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,6 +3,8 @@ gemspec :name => "chef"
gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby"
+gem 'chef-config', path: "chef-config"
+
group(:docgen) do
gem "yard"
end