source "https://rubygems.org" gemspec # gem 'rest-client', :git => 'https://github.com/chef/rest-client.git' group :pedant do gem "oc-chef-pedant", :git => "https://github.com/chef/chef-server.git" end group :development, :test do gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master" end if ENV["GEMFILE_MOD"] puts "GEMFILE_MOD: #{ENV['GEMFILE_MOD']}" instance_eval(ENV["GEMFILE_MOD"]) end # If you want to load debugging tools into the bundle exec sandbox, # add these additional dependencies into Gemfile.local eval_gemfile(__FILE__ + ".local") if File.exist?(__FILE__ + ".local")