Skip to content
Snippets Groups Projects
Select Git revision
  • 8ca8b0e184d295f2923d98f0594ae3863217f246
  • main default
  • hsh-MOODLE_404+
  • hsh_3.10
  • master protected
  • v1.4.7
  • v1.4.6
  • v1.4.5
  • v1.4.3
  • v1.4.1
  • v1.4
  • v1.3r2
  • v1.3
  • v1.2
14 results

version.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