cookbook-openstack-identity/Gemfile
Matt Ray c65ec37a32 Update the Gemfile to sync with latest Chef and ChefSpec.
Trying to keep all of the Gemfiles in sync so every cookbook has the same Gem
dependencies.

Change-Id: Id062b5c7b1c8349913a4a4546871ac632fd1e557
2014-01-09 15:46:53 -06:00

10 lines
224 B
Ruby

source 'https://rubygems.org'
gem 'chef', '~> 11.8'
gem 'json', '<= 1.7.7' # chef 11 dependency
gem 'berkshelf', '~> 2.0.10'
gem 'chefspec', '~> 3.1.4'
gem 'foodcritic', '~> 3.0.3'
gem 'strainer'
gem 'rubocop', '>= 0.16.0'