Skip to content
Snippets Groups Projects
Select Git revision
  • 8932dc36db9794fa126ff196840ec2adb831fc9c
  • master default protected
  • pymilter-1.0.4
  • pymilter-1.0.3
  • pymilter-1.0.2
  • pymilter-1.0.1
  • pymilter-1_0
  • milter-0_8_18
  • pymilter-0_9_8
  • pymilter-0_9_7
  • pymilter-0_9_6
  • pymilter-0_9_5
  • pymilter-0_9_4
  • pymilter-0_9_2
  • pymilter-0_9_1
  • pymilter-0_9_0
  • pymilter-0_8_12
  • pymilter-0_8_11
  • pymilter-0_8_10
  • pymilter-0_8_9
  • milter-0_8_8
  • milter-0_8_7
22 results

milter.spec

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