summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'