mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2024-11-27 23:07:54 +01:00
9d202baf5e
* Semi-automated using https://github.com/myii/ssf-formula/pull/60
8 lines
155 B
Ruby
8 lines
155 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
gem 'kitchen-docker', '>= 2.9'
|
|
gem 'kitchen-inspec', '>= 1.1'
|
|
gem 'kitchen-salt', '>= 0.6.0'
|