diff options
author | danielsdeleo <dan@getchef.com> | 2015-01-28 15:33:09 -0800 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2015-01-28 15:33:09 -0800 |
commit | fef75d564476d868438ac80889a3bbc65de6d845 (patch) | |
tree | de74cc53007a980b43cba68987d63c61ec67e838 | |
parent | 1f01d551a48dc86cdb59caf9ed340a19e78db69a (diff) | |
download | chef-zero-fef75d564476d868438ac80889a3bbc65de6d845.tar.gz |
Update pedant and chef to mutually compatible versions
-rw-r--r-- | Gemfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,6 +2,7 @@ source 'https://rubygems.org' gemspec gem 'rest-client', :github => 'opscode/rest-client' -gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => '0a3547aa38b98f57bf856aee055d42af4d2de06c' -gem 'chef', :github => 'opscode/chef', :ref => 'a2dee150e68a611249577a8adcb2c3e329d6762d' +gem 'chef-pedant', :github => 'opscode/chef-pedant', :tag => '1.0.41' + +gem 'chef', :github => 'opscode/chef', :ref => '92eefc79bb28d217b15099655244228b9e1efec7' |