updating Gemfile with testing bits

This commit is contained in:
Sean OMeara 2013-11-04 19:31:23 -05:00
parent 771aa2f6ff
commit 4675d7736a

13
Gemfile
View File

@ -1,3 +1,12 @@
source :rubygems
source 'https://rubygems.org'
gem 'test-kitchen', '< 1.0'
gem 'strainer'
gem 'berkshelf', '~> 2.0'
gem 'chefspec', '~> 3.0'
gem 'foodcritic', '~> 3.0'
gem 'rubocop', '~> 0.14'
group :integration do
gem 'test-kitchen', '~> 1.0.0.beta.4'
gem 'kitchen-vagrant', '~> 0.11'
end