mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-23 11:43:02 +00:00
16d47e8dc5
Chef 13 is also using ruby 2.4.1 in the omnibus packages Signed-off-by: Artem Sidorenko <artem@posteo.de>
11 lines
206 B
Ruby
11 lines
206 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'highline', '~> 1.6.0'
|
|
gem 'inspec', '~> 1'
|
|
gem 'rack', '1.6.4'
|
|
gem 'rake'
|
|
gem 'rubocop', '~> 0.49.0'
|
|
|
|
group :tools do
|
|
gem 'github_changelog_generator', '~> 1.12.0'
|
|
end
|