summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f04116d177..5df1ee6d7c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,6 +8,7 @@ source "https://rubygems.org"
gem "chef", path: "."
gem "chef-config", path: File.expand_path("../chef-config", __FILE__) if File.exist?(File.expand_path("../chef-config", __FILE__))
+gem "chef-helpers", path: File.expand_path("../chef-helpers", __FILE__) if File.exist?(File.expand_path("../chef-helpers", __FILE__))
gem "cheffish", "~> 14"
group(:omnibus_package) do