mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2026-09-20 21:48:53 +02:00
chore(copier): update template https://github.com/dafyddj/copier-ssf-ci to v2.11.11
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user