Bump Chef gem to 11.16

blueprint bump-chef-to-11-16

Change-Id: Iad8c892dd0d713eab7c17811e9cc4eee8ee33b14
This commit is contained in:
Mark Vanderwiel
2014-09-29 11:45:51 -05:00
parent 0c78a634f3
commit 43aa12d42c
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ This file is used to list changes made in each version of cookbook-openstack-com
## 10.2.0
* Separate endpoints for vncserver_listen and vncserver_proxyclient_address
* Bump Chef gem to 11.16
## 10.1.0
* Adding identity admin bind host endpoint to allow flexibility and consistency
* Fix logging.conf No section error

View File

@@ -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'