mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-06 13:08:19 +00:00
12 lines
240 B
Ruby
12 lines
240 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'berkshelf', '~> 2.0'
|
|
gem 'chefspec', '~> 3.1'
|
|
gem 'foodcritic', '~> 3.0'
|
|
gem 'rubocop', '~> 0.12'
|
|
|
|
group :integration do
|
|
gem 'test-kitchen', '~> 1.2.1'
|
|
gem 'kitchen-vagrant', '~> 0.14.0'
|
|
end
|