linux-baseline/Gemfile
2016-02-24 16:33:40 +01:00

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'