hapi-fhir/vagrant/chef/cookbooks/java/Gemfile

12 lines
242 B
Ruby
Raw Normal View History

2014-10-06 21:47:56 -04:00
source 'https://rubygems.org'
gem 'berkshelf', '~> 2.0'
gem 'chefspec', '~> 3.1'
gem 'foodcritic', '~> 3.0'
gem 'rubocop', '~> 0.49.0'
2014-10-06 21:47:56 -04:00
group :integration do
gem 'test-kitchen', '~> 1.2.1'
gem 'kitchen-vagrant', '~> 0.14.0'
end