Merge "Bump Chef gem to 11.16"

This commit is contained in:
Jenkins 2014-10-09 16:36:25 +00:00 committed by Gerrit Code Review
commit dbeb5f8bad
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'