Bump Chef gem to 11.16

blueprint bump-chef-to-11-16

Change-Id: Ief6878c2f4e315d68a3e66d0037fb96de4ac15a0
This commit is contained in:
Mark Vanderwiel 2014-09-29 15:20:24 -05:00
parent 1a57914cc8
commit 41a806bf0b
2 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,9 @@ ceph
v0.2.2 (2014-08-15)
-------------------
* Upgrading to Juno
- Upgrading to Juno
- Upgrading berkshelf from 2.0.18 to 3.1.5
- Bump Chef gem to 11.16
v0.2.0 (2014-03-03)
-------------------

View File

@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'chef', '~> 11.12'
gem 'chef', '~> 11.16'
gem 'berkshelf', '~> 3.1.5'
gem 'chefspec', '~> 4.0'
gem 'rspec', '~> 3.0'