浏览代码

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

* Automated using https://github.com/myii/ssf-formula/pull/110
tags/v1.2.2
Imran Iqbal 5 年前
父节点
当前提交
92fcb44337
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      Gemfile

+ 4
- 0
Gemfile 查看文件

@@ -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'

正在加载...
取消
保存