summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-10-09 17:31:25 -0400
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-10-09 17:31:25 -0400
commitee8039ae47fe057f5f1d1a2d60117299a0966370 (patch)
tree9be15c86a3e05ac30152a74744f62d1d67917b9d
parentfe3841bb18c3072cb4a9a917a183761cafcc524c (diff)
downloadchef-ee8039ae47fe057f5f1d1a2d60117299a0966370.tar.gz
Have Gemspec not always expect chef-config to exist beside it.
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9d5cf0fea1..8ace5e22be 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ gemspec :name => "chef"
gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby"
-gem 'chef-config', path: "chef-config"
+gem 'chef-config', path: "chef-config" if File.exists?(__FILE__ + '../chef-config')
group(:docgen) do
gem "yard"