diff options
author | danielsdeleo <dan@getchef.com> | 2015-02-21 17:11:05 -0800 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2015-02-21 17:11:05 -0800 |
commit | d430ad28c69d4d234c3f114106cba9f02ebab46d (patch) | |
tree | 6466f747358352802fb27e61eae20670d3cfafe8 /Gemfile | |
parent | 6a3bdf62ebbe099914ddc21d3d122e1348e88d2a (diff) | |
download | chef-zero-d430ad28c69d4d234c3f114106cba9f02ebab46d.tar.gz |
Bump pedant to 1.0.44 for RSpec 3.2 compatibilitycompatible-chef-version
Also, disable cookbook artifact tests for now. Support for that is
forthcoming.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ source 'https://rubygems.org' gemspec gem 'rest-client', :github => 'opscode/rest-client' -gem 'chef-pedant', :github => 'opscode/chef-pedant', :tag => '1.0.41' + +gem 'chef-pedant', :github => 'opscode/chef-pedant', :tag => '1.0.44' gem 'chef', :github => 'opscode/chef', :tag => '12.1.0.rc.0' |