mirror of
https://github.com/dev-sec/linux-baseline
synced 2025-02-18 10:48:24 +00:00
9 lines
170 B
Ruby
9 lines
170 B
Ruby
# encoding: utf-8
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
gem 'rake'
|
|
gem 'serverspec', '~> 2.3.0'
|
|
gem 'inspec', '~> 0.9.2'
|
|
gem 'rubocop', '~> 0.23'
|
|
gem 'highline', '~> 1.6.0'
|