Merge "Bump Chef gem to 11.16"

This commit is contained in:
Jenkins 2014-10-09 16:47:31 +00:00 committed by Gerrit Code Review
commit ecc641516b
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ This file is used to list changes made in each version of the openstack-ops-data
* Switching mysql server recipe to use resource and set password
directly
* Bump mysql cookbook version for above password patch
* Bump Chef gem to 11.16
## 9.2.0
* Update database and mysql dependency

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'