cookbook-ceph/Gemfile
Mark Vanderwiel 41a806bf0b Bump Chef gem to 11.16
blueprint bump-chef-to-11-16

Change-Id: Ief6878c2f4e315d68a3e66d0037fb96de4ac15a0
2014-09-29 15:20:24 -05:00

15 lines
306 B
Ruby

source 'https://rubygems.org'
gem 'chef', '~> 11.16'
gem 'berkshelf', '~> 3.1.5'
gem 'chefspec', '~> 4.0'
gem 'rspec', '~> 3.0'
gem 'foodcritic', '~> 3.0.3'
gem 'rubocop', '~> 0.18.1'
gem 'fauxhai', '>= 2.1.0'
group :integration do
gem 'test-kitchen', '~> 1.1.1'
gem 'kitchen-vagrant', '~> 0.14'
end