mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-09 22:44:52 +00:00
a9348b6c51
* Bump dependencies for CVES * Add to cchangesyaml * Bump java agent
12 lines
242 B
Ruby
12 lines
242 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'berkshelf', '~> 2.0'
|
|
gem 'chefspec', '~> 3.1'
|
|
gem 'foodcritic', '~> 3.0'
|
|
gem 'rubocop', '~> 0.49.0'
|
|
|
|
group :integration do
|
|
gem 'test-kitchen', '~> 1.2.1'
|
|
gem 'kitchen-vagrant', '~> 0.14.0'
|
|
end
|