summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-01-27 14:49:55 -0800
committerdanielsdeleo <dan@getchef.com>2015-01-27 14:49:55 -0800
commitc8d59328d6ed3b1e4fb45c4d08bbf20a3be59e71 (patch)
treefdd7fe4b41f5bd5c419c7eb2ff2b79851655c48e /Gemfile
parent3840ba64b808a935451e450fe4691d96409d28f1 (diff)
downloadchef-zero-c8d59328d6ed3b1e4fb45c4d08bbf20a3be59e71.tar.gz
Update bundle and test config for latest pedant
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
index 3009cd7..06f24e8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,12 +2,6 @@ source 'https://rubygems.org'
gemspec
gem 'rest-client', :github => 'opscode/rest-client'
-# TODO: REVERT THIS
-#gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => '81f3b4ecbc09d04950f2819b38a6a8f906ada2a7'
+gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => '0a3547aa38b98f57bf856aee055d42af4d2de06c'
gem 'chef', :github => 'opscode/chef', :ref => 'a2dee150e68a611249577a8adcb2c3e329d6762d'
-# TODO: REVERT THIS
-gem 'chef-pedant', path: "../chef-pedant"
-
-# TODO: and this
-gem 'oc-chef-pedant', path: "../oc-chef-pedant"