We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86697d8 commit 061715eCopy full SHA for 061715e
Gemfile
@@ -5,7 +5,12 @@ source 'https://rubygems.org'
5
gem 'kitchen-docker', '>= 2.9'
6
gem 'kitchen-inspec', '>= 1.1'
7
gem 'kitchen-salt', '>= 0.6.0'
8
+gem 'rspec-retry'
9
# Latest versions of `train` cause failure when running `kitchen verify`
10
# Downgrading to `3.2.0` until this is fixed upstream
11
# https://github.com/inspec/train/pull/544#issuecomment-566055052
12
gem 'train', '3.2.0'
13
+
14
+group :vagrant do
15
+ gem 'kitchen-vagrant'
16
+end
0 commit comments