Upgrade to latest serverspec/specinfra

This commit is contained in:
Thom May
2015-06-23 11:30:55 +01:00
parent d13ea38c2f
commit ea6441eb57
8 changed files with 14 additions and 24 deletions

13
Gemfile
View File

@@ -1,22 +1,21 @@
source 'https://rubygems.org'
group :lint do
gem 'foodcritic', '~> 3.0'
gem 'rubocop', '~> 0.18'
gem 'rainbow', '< 2.0'
gem 'foodcritic'
gem 'rubocop'
end
group :unit do
gem 'berkshelf', '~> 3.1'
gem 'chefspec', '~> 3.4'
gem 'berkshelf'
gem 'chefspec'
end
group :kitchen_common do
gem 'test-kitchen', '~> 1.2'
gem 'test-kitchen'
end
group :kitchen_vagrant do
gem 'kitchen-vagrant', '~> 0.11'
gem 'kitchen-vagrant'
end
group :kitchen_cloud do