summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-04-23 11:44:24 -0700
committerdanielsdeleo <dan@getchef.com>2015-05-20 15:13:56 -0700
commite6062caaefe82ff351690af15e882f02efc0f91b (patch)
tree850f5ed39e9bd7e33303bf907c4ea7389a6a33d7 /Gemfile
parentb6f9e5feff3b97576534d70dc2873c4fd62d28e4 (diff)
downloadchef-e6062caaefe82ff351690af15e882f02efc0f91b.tar.gz
Move Chef::Config into a subproject
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