chore(copier): apply template copier-ssf-ciat v2.10.7

This commit is contained in:
Alex Wede
2026-05-04 22:21:26 +02:00
parent eac6750f94
commit bb50197a2a
14 changed files with 1029 additions and 773 deletions
+11 -3
View File
@@ -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'