mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-22 11:13:02 +00:00
56d8d06603
updating files: ["Gemfile"]
8 lines
145 B
Ruby
8 lines
145 B
Ruby
# encoding: utf-8
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
gem 'rake'
|
|
gem 'serverspec', '~> 2.3.0'
|
|
gem 'rubocop', '~> 0.23'
|
|
gem 'highline', '~> 1.6.0'
|