summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-04-19 17:10:45 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-04-19 17:10:45 -0700
commit256a0186f614cff168f090727f6e45c22da354d4 (patch)
treef95da5d0cc6ef829b4f9f490c2c44015d82b3430 /Gemfile
parentb746404a416e3458677bd14688eada3d89c63da4 (diff)
downloadchef-zero-256a0186f614cff168f090727f6e45c22da354d4.tar.gz
Use Pedant version that can work with ruby-installed chef
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a0bf254..b8c59a1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'