Skip to content
Snippets Groups Projects
Select Git revision
  • 0b3d3ac776a47919740778076875888411b4ef48
  • 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

test.tex

Blame
  • Gemfile 835 B
    # frozen_string_literal: true
    
    source 'https://rubygems.org'
    
    # Install the `inspec` gem using `git` because versions after `4.22.22`
    # suppress diff output; this version fixes this for our uses.
    # rubocop:disable Layout/LineLength
    gem 'inspec', git: 'https://gitlab.com/saltstack-formulas/infrastructure/inspec', branch: 'ssf'
    # rubocop:enable Layout/LineLength
    
    # Install the `kitchen-docker` gem using `git` in order to gain a performance
    # improvement: avoid package installations which are already covered by the
    # `salt-image-builder` (i.e. the pre-salted images that we're using)
    # 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.5.0'
    gem 'kitchen-salt', '>= 0.6.3'