summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-02-21 17:11:05 -0800
committerdanielsdeleo <dan@getchef.com>2015-02-21 17:11:05 -0800
commitd430ad28c69d4d234c3f114106cba9f02ebab46d (patch)
tree6466f747358352802fb27e61eae20670d3cfafe8 /Gemfile
parent6a3bdf62ebbe099914ddc21d3d122e1348e88d2a (diff)
downloadchef-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--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 808cc6a..96434f4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'