summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Doherty <cdoherty@chef.io>2015-11-12 09:58:40 -0800
committerChris Doherty <cdoherty@chef.io>2015-11-12 09:58:40 -0800
commit0207a056c562ad3bd5ec17f020727df7bc57d6e9 (patch)
tree568d00518ad4ea22627ea7c6b5cfb26779d69b98
parent08c7c217c5dc02d68b611c0eb6c50990c45a6f79 (diff)
downloadchef-zero-0207a056c562ad3bd5ec17f020727df7bc57d6e9.tar.gz
debugging stuff in Gemfile.
-rw-r--r--Gemfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 3604608..2c7bde9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,5 +7,8 @@ gem 'rest-client', :github => 'chef/rest-client'
# gem 'oc-chef-pedant', :github => 'chef/chef-server'
gem 'oc-chef-pedant', :path => "#{ENV['HOME']}/repos/chef-server"
-gem 'chef', :github => 'chef/chef'
-# gem 'chef', :path => "#{ENV['HOME']}/repos/chef"
+# bundler resolve failure on "rspec_junit_formatter"
+# gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => "server-cli-option"
+
+# gem 'chef', :github => 'chef/chef'
+gem 'chef', :path => "#{ENV['HOME']}/repos/chef"