Gemfile spec for ansible kitchen

This commit is contained in:
Dale McDiarmid 2016-03-18 21:42:32 +00:00
parent ed8ca6f271
commit 25e5620fb7
2 changed files with 4 additions and 9 deletions

View file

@ -2,5 +2,5 @@ source 'https://rubygems.org'
gem 'test-kitchen'
gem "kitchen-docker", '< 2.2.0'
gem 'kitchen-ansible'
gem 'kitchen-ansible', '0.0.38'
gem 'net-ssh', '~> 2.0'