浏览代码

ci(gemfile): update for Vagrant testing [skip ci]

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

+ 5
- 0
Gemfile 查看文件

@@ -5,7 +5,12 @@ source 'https://rubygems.org'
gem 'kitchen-docker', '>= 2.9'
gem 'kitchen-inspec', '>= 1.1'
gem 'kitchen-salt', '>= 0.6.0'
gem 'rspec-retry'
# 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'

group :vagrant do
gem 'kitchen-vagrant'
end

正在加载...
取消
保存