From 5be1c1f47cf07a308485153cf7f4b41af3d60221 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 11 Feb 2020 00:59:29 +0000 Subject: [PATCH] ci(gemfile): remove unused `rspec-retry` gem [skip ci] * Automated using https://github.com/myii/ssf-formula/pull/126 --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1910cb1..8b2d27a 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,6 @@ 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