linux-baseline/Gemfile

8 lines
118 B
Ruby
Raw Normal View History

2014-08-15 16:57:18 +00:00
# encoding: utf-8
2014-06-11 10:29:17 +00:00
source 'https://rubygems.org'
2014-06-05 08:50:37 +00:00
gem 'rake'
2014-10-16 00:46:52 +00:00
gem 'serverspec', '~> 2.1.0'
2014-08-15 16:57:18 +00:00
gem 'rubocop', '~> 0.23'