Skip to content

Commit ed6b7f0

Browse files
committed
ci(gemfile): restrict train gem version until upstream fix [skip ci]
* Automated using myii/ssf-formula#110
1 parent 7885440 commit ed6b7f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'inspec'
65
gem 'kitchen-docker', '>= 2.9'
76
gem 'kitchen-inspec', '>= 1.1'
87
gem 'kitchen-salt', '>= 0.6.0'
98
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'
1013

1114
group :vagrant do
1215
gem 'kitchen-vagrant'

0 commit comments

Comments
 (0)