Skip to content

Commit

Permalink
ci(gemfile): restrict train gem version until upstream fix [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#110
  • Loading branch information
myii committed Dec 16, 2019
1 parent 341fff3 commit a51e532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -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'

0 comments on commit a51e532

Please sign in to comment.