Saltstack Official Syslog-NG 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.

15 line
635B

  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 using `git` because the latest version
  7. # currently available (`2.10.0`) doesn't include a recent fix for Gentoo.
  8. # rubocop:disable Layout/LineLength
  9. gem 'kitchen-docker', git: 'https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker', branch: 'ssf'
  10. # rubocop:enable Layout/LineLength
  11. gem 'kitchen-inspec', '>= 2.2.1'
  12. gem 'kitchen-salt', '>= 0.6.3'