summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-10-09 18:06:17 -0400
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-10-09 18:06:17 -0400
commit6d7adf9b39459541250049ae03d9e2c6abe94b90 (patch)
tree9be15c86a3e05ac30152a74744f62d1d67917b9d /Gemfile
parent057d2ee6a2c3b66430bf2259bba6e77331d3b958 (diff)
parentee8039ae47fe057f5f1d1a2d60117299a0966370 (diff)
downloadchef-6d7adf9b39459541250049ae03d9e2c6abe94b90.tar.gz
Merge pull request #4049 from chef/ksubrama/gemspecjk/notification_blocks
Add gemspec files to allow bundler to run from the gem
Diffstat (limited to 'Gemfile')
-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"