Update cookbooks
This commit is contained in:
14
cookbooks/wordpress/Gemfile
Normal file
14
cookbooks/wordpress/Gemfile
Normal file
@@ -0,0 +1,14 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'chef', '>= 11.12'
|
||||
gem 'berkshelf', '~> 3.0'
|
||||
|
||||
group :test do
|
||||
gem 'foodcritic', '~> 4.0'
|
||||
gem 'strainer', '~> 3.1'
|
||||
end
|
||||
|
||||
group :integration do
|
||||
gem 'test-kitchen', '~> 1.0'
|
||||
gem 'kitchen-vagrant', '~> 0.15'
|
||||
end
|
||||
Reference in New Issue
Block a user