summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-01-27 15:47:03 -0800
committerJohn Keiser <john@johnkeiser.com>2016-01-28 08:36:52 -0800
commit80783dac0105c37a857534d91cf38918608c3966 (patch)
tree263d371284d298c4e50466ec0cc7faca74674ac2 /Gemfile
parent832f9a48dcef5e29b1a65ddfde9503c95f3b4db5 (diff)
downloadchef-zero-80783dac0105c37a857534d91cf38918608c3966.tar.gz
Fix container creation (was using wrong path)cd/run-acl-specs
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 7fb707f..900c416 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,10 +5,7 @@ gem 'rest-client', :github => 'chef/rest-client'
gem 'oc-chef-pedant', :github => 'chef/chef-server', :branch => "jk/authorization-tags"
-# gem 'oc-chef-pedant', :path => "../chef-server"
-
# 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 => "../chef"
+gem 'chef', :github => 'chef/chef', :branch => 'jk/policies-acls'