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:
parent
b1fe088a4a
commit
89c7bcb632
@ -1,3 +1,3 @@
|
|||||||
site :opscode
|
source "https://supermarket.getchef.com"
|
||||||
|
|
||||||
metadata
|
metadata
|
||||||
|
@ -4,6 +4,7 @@ ceph
|
|||||||
v0.2.2 (2014-08-15)
|
v0.2.2 (2014-08-15)
|
||||||
-------------------
|
-------------------
|
||||||
* Upgrading to Juno
|
* Upgrading to Juno
|
||||||
|
- Upgrading berkshelf from 2.0.18 to 3.1.5
|
||||||
|
|
||||||
v0.2.0 (2014-03-03)
|
v0.2.0 (2014-03-03)
|
||||||
-------------------
|
-------------------
|
||||||
|
2
Gemfile
2
Gemfile
@ -1,7 +1,7 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'chef', '~> 11.12'
|
gem 'chef', '~> 11.12'
|
||||||
gem 'berkshelf', '~> 2.0.18'
|
gem 'berkshelf', '~> 3.1.5'
|
||||||
gem 'chefspec', '~> 4.0'
|
gem 'chefspec', '~> 4.0'
|
||||||
gem 'rspec', '~> 3.0'
|
gem 'rspec', '~> 3.0'
|
||||||
gem 'foodcritic', '~> 3.0.3'
|
gem 'foodcritic', '~> 3.0.3'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user