32
Gemfile
32
Gemfile
@@ -1,24 +1,12 @@
|
||||
# This gemfile provides additional gems for testing and releasing this cookbook
|
||||
# It is meant to be installed on top of ChefDK which provides the majority
|
||||
# of the necessary gems for testing this cookbook
|
||||
#
|
||||
# Run 'chef exec bundle install' to install these dependencies
|
||||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
group :rake do
|
||||
gem 'rake'
|
||||
gem 'tomlrb'
|
||||
end
|
||||
|
||||
group :lint do
|
||||
gem 'foodcritic', '~> 6.0'
|
||||
gem 'rubocop', '~> 0.38'
|
||||
end
|
||||
|
||||
group :unit do
|
||||
gem 'berkshelf', '~> 4.3'
|
||||
gem 'chefspec', '~> 4.6'
|
||||
end
|
||||
|
||||
group :kitchen_common do
|
||||
gem 'test-kitchen', '~> 1.6'
|
||||
end
|
||||
|
||||
group :kitchen_vagrant do
|
||||
gem 'kitchen-vagrant', '~> 0.19'
|
||||
end
|
||||
gem 'tomlrb'
|
||||
gem 'rake'
|
||||
gem 'stove'
|
||||
gem 'community_cookbook_releaser'
|
||||
|
||||
Reference in New Issue
Block a user