Bump Chef gem to 11.16

blueprint bump-chef-to-11-16

Change-Id: Ia1441f10d8329db9b95733adb8346601cff4bc19
This commit is contained in:
Mark Vanderwiel 2014-09-29 12:02:25 -05:00
parent b8de0c99ae
commit ac24ab4412
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ This file is used to list changes made in each version of cookbook-openstack-ops
* Configure rabbitmq port for both ssl and non-ssl cases
* Fix metadata version constraint for common
* Bump Chef gem to 11.16
## 10.0.0
* Upgrading to Juno
* Upgrading berkshelf from 2.0.18 to 3.1.5

View File

@ -1,7 +1,7 @@
# encoding: UTF-8
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'