summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-04-18 19:49:20 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-04-18 19:49:20 -0700
commitb746404a416e3458677bd14688eada3d89c63da4 (patch)
tree74add9a28abcdfb8989dd5b5d6f78d4531d6a4b7
parentacd80b7e3422d22bc717db40cf26598b7f4e618e (diff)
downloadchef-zero-b746404a416e3458677bd14688eada3d89c63da4.tar.gz
Use real github URL for chef-pedant / rest-client dependencies
-rw-r--r--Gemfile4
-rw-r--r--gemfiles/latest-pedant.gemfile1
2 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 864fbf0..a0bf254 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
gemspec
-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 'rest-client', :git => 'git://github.com/opscode/rest-client.git'
+gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => 'dbacba4f85e944bd71ea4e9d5324d266750ffc10'
gem 'chef', '>= 11.0'
diff --git a/gemfiles/latest-pedant.gemfile b/gemfiles/latest-pedant.gemfile
index 5b6c0cb..f5fdb86 100644
--- a/gemfiles/latest-pedant.gemfile
+++ b/gemfiles/latest-pedant.gemfile
@@ -2,5 +2,6 @@ source 'https://rubygems.org'
gemspec :path => "../"
+gem 'rest-client', :git => 'git://github.com/opscode/rest-client.git'
gem 'chef-pedant', :github => 'opscode/chef-pedant'
gem 'chef', '>= 11.0'