Skip to content
Snippets Groups Projects
Select Git revision
  • 3c84a233aa774bb6a0575b01c9f1cb7b4afd443e
  • master default protected
  • hsh_v4.5
  • hsh_v4-4
  • hsh_v4.4
  • hsh_v4.3
  • hsh_v4.1.x
  • hsh_v4.2
  • hsh_v4.1
  • hsh_v3.11
  • hsh_3.10
  • v3.11-r2-hsh
  • v3.11-r2
  • v3.11-r1
  • v3.10-r1
  • v3.9-r1
  • v3.8-r2
  • v3.8-r1
  • v3.7-r1
19 results

tool_lifecycle.php

Blame
  • Gemfile 682 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'
    
    group :vagrant do
      gem 'kitchen-vagrant'
    end