diff options
Diffstat (limited to 'chef-config/Gemfile')
-rw-r--r-- | chef-config/Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chef-config/Gemfile b/chef-config/Gemfile index 96ab544690..1652c89ad6 100644 --- a/chef-config/Gemfile +++ b/chef-config/Gemfile @@ -1,4 +1,6 @@ source "https://rubygems.org" +gem "chef-utils", path: File.expand_path("../../chef-utils", __FILE__) if File.exist?(File.expand_path("../../chef-utils", __FILE__)) + # Specify your gem's dependencies in chef-config.gemspec gemspec |