Skip to content

Instantly share code, notes, and snippets.

@jwieringa
Created March 31, 2016 13:36
Show Gist options
  • Save jwieringa/ff0e35a8c801ba5f2f51f828ab83320d to your computer and use it in GitHub Desktop.
Save jwieringa/ff0e35a8c801ba5f2f51f828ab83320d to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'berkshelf', '~> 3.3.0'
gem 'test-kitchen', '~> 1.4.2'
gem 'kitchen-vagrant', '~> 0.18.0'
gem 'rake', '>= 10.4.2'
gem 'foodcritic', '>= 5.0.0'
gem 'rubocop', '>= 0.34.1'
gem 'chefspec', '~> 4.3'
gem 'serverspec', '~> 2.23.1'
gem 'chef-provisioning-vsphere', '~> 0.8.1'
gem 'emeril'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment