diff options
author | John Keiser <jkeiser@opscode.com> | 2014-05-27 15:01:27 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2014-05-27 15:01:27 -0700 |
commit | 41330f784df12ebd6272d1f91eedc429a7b89f48 (patch) | |
tree | 91b647369c8ce20590b4f54cbe8d27e68f0477e1 /Gemfile | |
parent | 678b568eb29d8eae51a942e60a7b5e6786d69bdc (diff) | |
download | chef-41330f784df12ebd6272d1f91eedc429a7b89f48.tar.gz |
Add more description to help for --repo-modejk/knife_serve
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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') |