Skip to content

Instantly share code, notes, and snippets.

@Atalanta
Created November 28, 2013 07:31
Show Gist options
  • Save Atalanta/7688432 to your computer and use it in GitHub Desktop.
Save Atalanta/7688432 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'chef',
gem 'berkshelf'
group 'lint' do
gem 'foodcritic'
gem 'strainer'
gem 'tailor'
end
group 'unit' do
gem 'chefspec'
end
group 'integration' do
gem 'test-kitchen', git: 'git://github.com/opscode/test-kitchen'
gem 'kitchen-ec2', git: 'git://github.com/Atalanta/kitchen-ec2', branch: 'support-selection-of-private-ip'
end
group 'acceptance' do
gem 'leibniz', git: 'git://github.com/Atalanta/leibniz'
gem 'cucumber'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment