diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -11,7 +11,13 @@ gem "chef", path: "." gem "ohai", git: "https://github.com/chef/ohai.git", branch: "master" gem "chef-config", path: File.expand_path("../chef-config", __FILE__) if File.exist?(File.expand_path("../chef-config", __FILE__)) -gem "chef-bin", path: File.expand_path("../chef-bin", __FILE__) if File.exist?(File.expand_path("../chef-bin", __FILE__)) + +if File.exist?(File.expand_path("../chef-bin", __FILE__)) + gem "chef-bin", path: File.expand_path("../chef-bin", __FILE__) # bundling in a git checkout +else + gem "chef-bin" # bundling in omnibus +end + gem "cheffish", "~> 14" group(:omnibus_package) do |