diff options
-rw-r--r-- | Gemfile | 4 | ||||
-rw-r--r-- | gemfiles/latest-pedant.gemfile | 1 |
2 files changed, 3 insertions, 2 deletions
@@ -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' |