Skip to content

Commit

Permalink
ci(gemfile): update for Vagrant testing [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#125
  • Loading branch information
myii committed Feb 7, 2020
1 parent ddbc3b2 commit 7257ade
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7257ade

Please sign in to comment.