1
0
Fork 0

ci(gemfile): restrict `train` gem version until upstream fix [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/110
This commit is contained in:
Imran Iqbal 2019-12-16 13:45:42 +00:00
parent 438ba3e5d4
commit b9dd8b1c0f
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@ source 'https://rubygems.org'
gem 'kitchen-docker', '>= 2.9'
gem 'kitchen-inspec', '>= 1.1'
gem 'kitchen-salt', '>= 0.6.0'
# Latest versions of `train` cause failure when running `kitchen verify`
# Downgrading to `3.2.0` until this is fixed upstream
# https://github.com/inspec/train/pull/544#issuecomment-566055052
gem 'train', '3.2.0'