summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-05-27 15:42:37 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-05-27 15:42:37 -0700
commit269985c6619330f4ede6db70f9d51f775f630d1f (patch)
tree91b647369c8ce20590b4f54cbe8d27e68f0477e1 /Gemfile
parent83b2686a59e637f7ac9888b7e370a4b5a7fc59e8 (diff)
parent41330f784df12ebd6272d1f91eedc429a7b89f48 (diff)
downloadchef-269985c6619330f4ede6db70f9d51f775f630d1f.tar.gz
Merge "knife serve" and chef-zero 2.1.3 improvements
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1418235ebc..c2a03aaf91 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,6 +14,8 @@ group(:development, :test) do
gem 'ruby-shadow', :platforms => :ruby unless RUBY_PLATFORM.downcase.match(/(aix|cygwin)/)
end
+gem 'chef-zero', :path => '../chef-zero'
+
# If you want to load debugging tools into the bundle exec sandbox,
# add these additional dependencies into chef/Gemfile.local
eval(IO.read(__FILE__ + '.local'), binding) if File.exists?(__FILE__ + '.local')