We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
train
1 parent 438ba3e commit b9dd8b1Copy full SHA for b9dd8b1
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