Skip to content

Commit

Permalink
ci(gemfile): restrict train gem version until upstream fix [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#110
  • Loading branch information
myii committed Dec 16, 2019
1 parent 7885440 commit ed6b7f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ed6b7f0

Please sign in to comment.