Skip to content

Commit a77bb06

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ source 'https://rubygems.org'
55
gem 'kitchen-docker', '>= 2.9'
66
gem 'kitchen-inspec', '>= 1.1'
77
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

Comments
 (0)