Updated berkshelf to 3.1.5

Updated berkshelf from 2.0.18 to 3.1.5 in Gemfile and added supermarket source to Berksfile.

Change-Id: Ifffcfa8992c981acaec70ccbd8fec0befdd67908
Implements: blueprint update-berkshelf
This commit is contained in:
Jan Klare 2014-08-15 12:21:29 +02:00
parent b1fe088a4a
commit 89c7bcb632
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
site :opscode
source "https://supermarket.getchef.com"
metadata

View File

@ -4,6 +4,7 @@ ceph
v0.2.2 (2014-08-15)
-------------------
* Upgrading to Juno
- Upgrading berkshelf from 2.0.18 to 3.1.5
v0.2.0 (2014-03-03)
-------------------

View File

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