From ed6b7f0c0d6a9171eadca2ffbc3682e24a3e346b Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Mon, 16 Dec 2019 13:43:18 +0000 Subject: [PATCH] ci(gemfile): restrict `train` gem version until upstream fix [skip ci] * Automated using https://github.com/myii/ssf-formula/pull/110 --- Gemfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b609bb1..1910cb1 100644 --- a/Gemfile +++ b/Gemfile @@ -2,11 +2,14 @@ source 'https://rubygems.org' -gem 'inspec' 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'