diff options
-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" |