updating Gemfile with testing bits
This commit is contained in:
parent
771aa2f6ff
commit
4675d7736a
13
Gemfile
13
Gemfile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user