From dc98d7acc0e17377b44a24e69ffd30f05e19387e Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Mon, 29 Sep 2014 11:52:46 -0500 Subject: [PATCH] Bump Chef gem to 11.16 blueprint bump-chef-to-11-16 Change-Id: Ib7d65ee4b80331b3be82ce30a58e4cff4f3a64d1 --- CHANGELOG.md | 2 ++ Gemfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c979ce4..858d4ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This file is used to list changes made in each version of the cookbook-openstack * Upgrading to Juno * Upgrading berkshelf from 2.0.18 to 3.1.5 +* Bump Chef gem to 11.16 + ## 9.0.1 * Allow setting passwords via attributes by using the get_password method * bump berkshelf to 2.0.18 to allow Supermarket support diff --git a/Gemfile b/Gemfile index f63ebd3..d9e4619 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'chef', '~> 11.12.0' +gem 'chef', '~> 11.16.0' gem 'json', '<= 1.7.7' # chef 11 dependency gem 'berkshelf', '~> 3.1.5' gem 'hashie', '~> 2.0'