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

COPYING

Blame
  • This project is licensed under the GNU General Public License v2.0 or later. Learn more
    Gemfile 867 B
    # frozen_string_literal: true
    
    source ENV.fetch('PROXY_RUBYGEMSORG', '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.7.2'