mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-22 19:23:02 +00:00
12 lines
233 B
Ruby
12 lines
233 B
Ruby
# encoding: utf-8
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('1.9.3')
|
|
gem 'net-ssh', '~> 2.9'
|
|
end
|
|
|
|
gem 'rake'
|
|
gem 'inspec', '~> 0.9'
|
|
gem 'rubocop', '~> 0.23'
|
|
gem 'highline', '~> 1.6.0'
|