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 f4beb33 commit 999e3c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ gem 'inspec', '~> 4.16.0'
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 999e3c7

Please sign in to comment.