We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
train
1 parent 091c614 commit 09be54dCopy full SHA for 09be54d
Gemfile
@@ -5,3 +5,7 @@ source 'https://rubygems.org'
5
gem 'kitchen-docker', '>= 2.9'
6
gem 'kitchen-inspec', '>= 1.1'
7
gem 'kitchen-salt', '>= 0.6.0'
8
+# Latest versions of `train` cause failure when running `kitchen verify`
9
+# Downgrading to `3.2.0` until this is fixed upstream
10
+# https://github.com/inspec/train/pull/544#issuecomment-566055052
11
+gem 'train', '3.2.0'
0 commit comments