test: add missing gemfile
This commit is contained in:
parent
219dcc5c19
commit
e3ea39bfa5
1 changed files with 8 additions and 0 deletions
8
Gemfile
Normal file
8
Gemfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
group :development do
|
||||
gem 'kitchen-ansible'
|
||||
gem 'kitchen-docker_cli'
|
||||
gem 'rubocop', '0.50.0'
|
||||
gem 'test-kitchen'
|
||||
end
|
Loading…
Reference in a new issue