We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
train
1 parent 0a2b63a commit a77bb06Copy full SHA for a77bb06
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