16 lines
485 B
Ruby
16 lines
485 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'rake'
|
|
gem 'rspec'
|
|
gem 'foodcritic'
|
|
gem 'berkshelf'
|
|
gem 'thor-foodcritic'
|
|
gem 'vagrant-wrapper'
|
|
|
|
group :integration do
|
|
gem 'test-kitchen', :git => "git://github.com/opscode/test-kitchen.git"
|
|
gem 'kitchen-vagrant', :git => "git://github.com/opscode/kitchen-vagrant.git"
|
|
gem 'kitchen-ec2', :git => "git://github.com/opscode/kitchen-ec2.git"
|
|
gem 'kitchen-lxc', :git => "https://github.com/portertech/kitchen-lxc.git", :tag => 'v0.0.1.beta2'
|
|
end
|