11 lines
190 B
Ruby
11 lines
190 B
Ruby
|
source 'https://rubygems.org'
|
||
|
|
||
|
gem 'foodcritic'
|
||
|
gem 'thor-foodcritic'
|
||
|
|
||
|
group :integration do
|
||
|
gem 'berkshelf'
|
||
|
gem 'test-kitchen', '~> 1.0.0.beta'
|
||
|
gem 'kitchen-vagrant', '~> 0.11.0'
|
||
|
end
|