Skip to content
Snippets Groups Projects
Select Git revision
  • 215a7556ae1db954b03514e899b6bf2a43467ed9
  • master default protected
  • hsh-2025012100
  • hsh-2024111900
  • hsh-2024072400
  • hsh-2024060300
  • hsh-2024012900
  • hsh-2023121100
  • hsh-v1.1.9
  • hsh-v1.1.7
10 results

versions

Blame
  • Gemfile 635 B
    # frozen_string_literal: true
    
    source 'https://rubygems.org'
    
    # Use the latest version of `inspec` prior to `4.23.4`, which introduces a
    # regression where the diff isn't displayed when comparing using `eq`.
    gem 'inspec',      '~> 4.22.22'
    # Install the `kitchen-docker` gem using `git` because the latest version
    # currently available (`2.10.0`) doesn't include a recent fix for Gentoo.
    # rubocop:disable Layout/LineLength
    gem 'kitchen-docker', git: 'https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker', branch: 'ssf'
    # rubocop:enable Layout/LineLength
    gem 'kitchen-inspec', '>= 2.2.1'
    gem 'kitchen-salt', '>= 0.6.3'