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 7885440 commit ed6b7f0Copy full SHA for ed6b7f0
Gemfile
@@ -2,11 +2,14 @@
2
3
source 'https://rubygems.org'
4
5
-gem 'inspec'
6
gem 'kitchen-docker', '>= 2.9'
7
gem 'kitchen-inspec', '>= 1.1'
8
gem 'kitchen-salt', '>= 0.6.0'
9
gem 'rspec-retry'
+# 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'
0 commit comments