Merge "Bump Chef gem to 11.16"

This commit is contained in:
Jenkins 2014-10-09 16:40:52 +00:00 committed by Gerrit Code Review
commit 18916e6a0c
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 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

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'