diff options
author | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2015-10-09 17:31:25 -0400 |
---|---|---|
committer | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2015-10-09 17:31:25 -0400 |
commit | ee8039ae47fe057f5f1d1a2d60117299a0966370 (patch) | |
tree | 9be15c86a3e05ac30152a74744f62d1d67917b9d /Gemfile | |
parent | fe3841bb18c3072cb4a9a917a183761cafcc524c (diff) | |
download | chef-ee8039ae47fe057f5f1d1a2d60117299a0966370.tar.gz |
Have Gemspec not always expect chef-config to exist beside it.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |