summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMarc Paradise <marc@getchef.com>2015-03-04 02:48:32 -0500
committertyler-ball <tyleraball@gmail.com>2015-07-10 10:24:39 -0700
commitfd95d9e31ebb7d042e171fba446de9ed150c1e91 (patch)
tree0cbe772c399c88c2e47db98fceae950e6b9b1a53 /Gemfile
parent27584250fd7b7d0ac76c32fdd93b70fdb3fb2fb9 (diff)
downloadchef-zero-fd95d9e31ebb7d042e171fba446de9ed150c1e91.tar.gz
integrate oc-chef-pedant 2.0 for cs12, drop chef-pedant support
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 69dffa0..3db58e3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,9 @@ gemspec
gem 'rest-client', :github => 'chef/rest-client'
-gem 'chef-pedant', :github => 'chef/chef-pedant', :tag => '1.0.46'
+#WIP
+#gem 'oc-chef-pedant', :github => 'chef/oc-chef-pedant', :tag => '2.0.0'
+gem 'oc-chef-pedant', :github => 'chef/oc-chef-pedant', :branch => 'mp/merge-pedants'
gem 'chef', :github => 'opscode/chef', :tag => '12.2.1'