Saltstack Official PHP 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.

12 lines
369B

  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. # Latest versions of `train` cause failure when running `kitchen verify`
  7. # Downgrading to `3.2.0` until this is fixed upstream
  8. # https://github.com/inspec/train/pull/544#issuecomment-566055052
  9. gem 'train', '3.2.0'