diff options
author | John Keiser <jkeiser@opscode.com> | 2014-04-21 09:26:58 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2014-04-21 09:26:58 -0700 |
commit | 30a1b6b918902fa526ed77c185a2928cb2a3f640 (patch) | |
tree | a0cb1cac57063c2598e2ecb1cad1f56756297285 /Gemfile | |
parent | e908aa35f5b62f646557a9b932189e184fc093e1 (diff) | |
download | chef-zero-30a1b6b918902fa526ed77c185a2928cb2a3f640.tar.gz |
Work with Chef revisions past 11.6
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 => 'df583ab860e48372e342fd7fe3afaef36ea7a0db' +gem 'rest-client', :github => 'opscode/rest-client' +gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => '40ed2b11bcf4497e0d75e97bd91763c4edf2e353' gem 'chef', '>= 11.0' |