15 lines
406 B
Ruby
15 lines
406 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'rake'
|
|
gem 'rspec'
|
|
gem 'foodcritic'
|
|
gem 'berkshelf'
|
|
gem 'thor-foodcritic'
|
|
gem 'vagrant', '~> 1.0.6'
|
|
|
|
group :integration do
|
|
gem 'test-kitchen', :git => "git://github.com/opscode/test-kitchen.git", :branch => '1.0'
|
|
gem 'kitchen-vagrant', :git => "git://github.com/opscode/kitchen-vagrant.git"
|
|
gem 'kitchen-ec2', :git => "git://github.com/opscode/kitchen-ec2.git"
|
|
end
|