From 28913b4845cd44ea766486c50ed2df41729378ca Mon Sep 17 00:00:00 2001 From: John Keiser Date: Tue, 27 May 2014 15:54:58 -0700 Subject: Remove chef-zero debugging statement --- Gemfile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index c2a03aaf91..1418235ebc 100644 --- a/Gemfile +++ b/Gemfile @@ -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') -- cgit v1.2.1