diff options
author | danielsdeleo <dan@getchef.com> | 2015-01-19 10:37:25 -0800 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2015-01-19 10:37:25 -0800 |
commit | cb821526aecd1a0b0c15b84e3549c3f568a73972 (patch) | |
tree | 191c419c60c9f186c4ca2bb92ee701ea2e32755c /Gemfile | |
parent | 8788aa9da7f3c420bcab8d001208d4cb2cfc4883 (diff) | |
download | chef-zero-cb821526aecd1a0b0c15b84e3549c3f568a73972.tar.gz |
REVERT ME - use local copy of pedant for now
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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" |