summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-01-19 10:37:25 -0800
committerdanielsdeleo <dan@getchef.com>2015-01-19 10:37:25 -0800
commitcb821526aecd1a0b0c15b84e3549c3f568a73972 (patch)
tree191c419c60c9f186c4ca2bb92ee701ea2e32755c
parent8788aa9da7f3c420bcab8d001208d4cb2cfc4883 (diff)
downloadchef-zero-cb821526aecd1a0b0c15b84e3549c3f568a73972.tar.gz
REVERT ME - use local copy of pedant for now
-rw-r--r--Gemfile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3845ad6..3009cd7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,5 +2,12 @@ source 'https://rubygems.org'
gemspec
gem 'rest-client', :github => 'opscode/rest-client'
-gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => '81f3b4ecbc09d04950f2819b38a6a8f906ada2a7'
+# TODO: REVERT THIS
+#gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => '81f3b4ecbc09d04950f2819b38a6a8f906ada2a7'
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"