chore(copier): update template https://github.com/dafyddj/copier-ssf-ci to v2.11.11

This commit is contained in:
renovate[bot]
2026-09-10 20:25:47 +00:00
committed by GitHub
parent 1402cda3e3
commit 1a61343a57
9 changed files with 150 additions and 228 deletions
+2 -4
View File
@@ -8,16 +8,14 @@ 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
# rubocop:disable-next 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 avoid an upstream
# error caused by `kitchen-docker.gemspec`.
# TODO: correct the error upstream
# rubocop:disable Layout/LineLength
# rubocop:disable-next Layout/LineLength
gem 'kitchen-docker', git: 'https://github.com/dafyddj/kitchen-docker', branch: 'chore/gemspec'
# rubocop:enable Layout/LineLength
gem 'kitchen-inspec', '3.1.0'
gem 'kitchen-salt', '0.7.2'