Saltstack Official OpenSSH Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
434B

  1. # frozen_string_literal: true
  2. source 'https://rubygems.org'
  3. gem 'kitchen-docker', '>= 2.9'
  4. gem 'kitchen-inspec', '>= 1.1'
  5. gem 'kitchen-salt', '>= 0.6.0'
  6. gem 'rspec-retry'
  7. # Latest versions of `train` cause failure when running `kitchen verify`
  8. # Downgrading to `3.2.0` until this is fixed upstream
  9. # https://github.com/inspec/train/pull/544#issuecomment-566055052
  10. gem 'train', '3.2.0'
  11. group :vagrant do
  12. gem 'kitchen-vagrant'
  13. end