Browse Source

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

* Automated using https://github.com/myii/ssf-formula/pull/110
tags/v1.3.0
Imran Iqbal 5 years ago
parent
commit
d7c188e73c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Gemfile

+ 4
- 0
Gemfile View File

gem 'kitchen-docker', '>= 2.9' gem 'kitchen-docker', '>= 2.9'
gem 'kitchen-inspec', '>= 1.1' gem 'kitchen-inspec', '>= 1.1'
gem 'kitchen-salt', '>= 0.6.0' 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'

Loading…
Cancel
Save