Created
March 31, 2016 13:36
-
-
Save jwieringa/ff0e35a8c801ba5f2f51f828ab83320d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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