summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-04-18 13:20:40 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-04-18 13:20:40 -0700
commite655c7857e9568ece4555e627fc7d3aa372449ae (patch)
tree9bff58e253d7e5150d61d4dc6ba7de02cf475335 /Gemfile
parentd66376d5a813fe11a6272ce890fd36bfd32ca0db (diff)
downloadchef-zero-e655c7857e9568ece4555e627fc7d3aa372449ae.tar.gz
Add support for "/organizations/chef" prefix
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index a0bf254..864fbf0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
gemspec
-gem 'rest-client', :git => 'git://github.com/opscode/rest-client.git'
-gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => 'dbacba4f85e944bd71ea4e9d5324d266750ffc10'
+gem 'rest-client', :path => '../rest-client'#:git => 'git://github.com/opscode/rest-client.git'
+gem 'chef-pedant', :path => '../chef-pedant'#:github => 'opscode/chef-pedant', :ref => 'dbacba4f85e944bd71ea4e9d5324d266750ffc10'
gem 'chef', '>= 11.0'