diff options
author | John Keiser <jkeiser@opscode.com> | 2014-05-27 15:54:58 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2014-05-27 15:55:26 -0700 |
commit | 28913b4845cd44ea766486c50ed2df41729378ca (patch) | |
tree | 2473c8cd8cb689222086a0357070130f62da2fe5 /Gemfile | |
parent | 269985c6619330f4ede6db70f9d51f775f630d1f (diff) | |
download | chef-28913b4845cd44ea766486c50ed2df41729378ca.tar.gz |
Remove chef-zero debugging statement
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -14,8 +14,6 @@ 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') |