ci(gemfile): remove unused `rspec-retry` gem [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/126
This commit is contained in:
parent
fecc777d23
commit
5be1c1f47c
1
Gemfile
1
Gemfile
|
@ -5,7 +5,6 @@ source 'https://rubygems.org'
|
||||||
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'
|
||||||
gem 'rspec-retry'
|
|
||||||
# Latest versions of `train` cause failure when running `kitchen verify`
|
# Latest versions of `train` cause failure when running `kitchen verify`
|
||||||
# Downgrading to `3.2.0` until this is fixed upstream
|
# Downgrading to `3.2.0` until this is fixed upstream
|
||||||
# https://github.com/inspec/train/pull/544#issuecomment-566055052
|
# https://github.com/inspec/train/pull/544#issuecomment-566055052
|
||||||
|
|
Loading…
Reference in New Issue