Skip to content
Snippets Groups Projects
Select Git revision
  • 4f980bd11c3d5f865ea85424818c08dc00d2f6eb
  • master default protected
  • typos
  • development protected
  • ReadMe_Typos
  • example
  • feat/autocomplete-vscode
  • v3.3
  • v3.2
  • v3.1
  • v3.0
  • v2.2
  • v2.1
  • v2.0
  • old-example
  • v1.5
  • v1.4
  • v1.3
  • v1.0
  • v1.1
  • v1.2
21 results

HsH-report.cls

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'