source 'https://rubygems.org'

gemspec
gem 'rest-client', :git => 'git://github.com/opscode/rest-client.git'
gem 'pry'
# For "rake chef_zero_spec"
#gem 'rake'
#gem 'chef-zero', github: 'chef/chef-zero'

# If you want to load debugging tools into the bundle exec sandbox,
# # add these additional dependencies into Gemfile.local
eval(IO.read(__FILE__ + '.local'), binding) if File.exists?(__FILE__ + '.local')

instance_eval(ENV['GEMFILE_MOD']) if ENV['GEMFILE_MOD']
