cookbook-openstack-common/Gemfile
Chen Zhiwei cd71d1324a Remove rake and strainer from Gemfile
Change-Id: Id2c35cdb811d87964a4e2f9d1a8a05146b045309
Partial-Bug: #1411473
2015-01-20 09:20:12 +08:00

12 lines
283 B
Ruby

source 'https://rubygems.org'
gem 'chef', '~> 11.16.0'
gem 'json', '<= 1.7.7' # chef 11 dependency
gem 'berkshelf', '~> 3.1.5'
gem 'hashie', '~> 2.0'
gem 'chefspec', '~> 4.0.0'
gem 'rspec', '~> 3.0.0'
gem 'foodcritic', '~> 4.0'
gem 'rubocop', '~> 0.18.1'
gem 'chef-vault', '~> 2.3'