mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2026-07-23 11:57:20 +02:00
chore(copier): apply template copier-ssf-ciat v2.10.7
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# This is a placeholder version to remind us to update the Gemfile
|
||||
# when a new stable Chef Workstation is released
|
||||
# renovate: chef-workstation 25.13.7
|
||||
|
||||
source ENV.fetch('PROXY_RUBYGEMSORG', 'https://rubygems.org')
|
||||
|
||||
# Install the `inspec` gem using `git` because versions after `4.22.22`
|
||||
@@ -12,8 +16,12 @@ gem 'inspec', git: 'https://gitlab.com/saltstack-formulas/infrastructure/inspec'
|
||||
# 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'
|
||||
gem 'kitchen-docker', git: 'https://github.com/test-kitchen/kitchen-docker', ref: '511e4ad36856b9e2eccceb56603586e6cebd296a'
|
||||
# rubocop:enable Layout/LineLength
|
||||
|
||||
gem 'kitchen-inspec', '>= 2.5.0'
|
||||
gem 'kitchen-salt', '>= 0.7.2'
|
||||
gem 'kitchen-inspec', '3.1.0'
|
||||
gem 'kitchen-salt', '0.7.2'
|
||||
|
||||
gem 'net-ssh', '7.3.0'
|
||||
|
||||
gem 'test-kitchen', '3.9.1'
|
||||
|
||||
Reference in New Issue
Block a user