diff options
author | John Keiser <jkeiser@opscode.com> | 2014-04-19 17:10:45 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2014-04-19 17:10:45 -0700 |
commit | 256a0186f614cff168f090727f6e45c22da354d4 (patch) | |
tree | f95da5d0cc6ef829b4f9f490c2c44015d82b3430 | |
parent | b746404a416e3458677bd14688eada3d89c63da4 (diff) | |
download | chef-zero-256a0186f614cff168f090727f6e45c22da354d4.tar.gz |
Use Pedant version that can work with ruby-installed chef
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ 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 'chef-pedant', :github => 'opscode/chef-pedant', :ref => 'df583ab860e48372e342fd7fe3afaef36ea7a0db' gem 'chef', '>= 11.0' |