[kitchen] update gem dependencies (#564)
this should fix an issue with busser install in kitchen testing containers (related to https://github.com/test-kitchen/test-kitchen/pull/1536)
This commit is contained in:
parent
a016ff6e10
commit
e420d482cc
2 changed files with 74 additions and 32 deletions
8
Gemfile
8
Gemfile
|
|
@ -1,6 +1,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'test-kitchen', '1.20.0'
|
||||
gem 'kitchen-docker', '2.6.0'
|
||||
gem 'kitchen-ansible', '0.48.1'
|
||||
gem 'net-ssh', '4.2.0'
|
||||
gem 'test-kitchen'
|
||||
gem 'kitchen-docker'
|
||||
gem 'kitchen-ansible'
|
||||
gem 'net-ssh'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue