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

Gemfile 575B

12345678910111213141516
  1. # frozen_string_literal: true
  2. source 'https://rubygems.org'
  3. # Use the latest version of `inspec` prior to `4.23.4`, which introduces a
  4. # regression where the diff isn't displayed when comparing using `eq`.
  5. gem 'inspec', '~> 4.22.22'
  6. # Install the `kitchen-docker` gem from GitHub because the latest version
  7. # currently available (`2.10.0`) doesn't include a recent fix for Gentoo.
  8. gem 'kitchen-docker', github: 'test-kitchen/kitchen-docker', ref: '41e80fe'
  9. gem 'kitchen-inspec', '>= 2.2.1'
  10. gem 'kitchen-salt', '>= 0.6.3'
  11. group :vagrant do
  12. gem 'kitchen-vagrant'
  13. end