-
- Downloads
Merge pull request #557 from dafyddj/test/pre-commit
chore: update and fix `pre-commit` checks
No related branches found
No related tags found
... | ... | @@ -18,6 +18,9 @@ gem 'kitchen-docker', git: 'https://gitlab.com/saltstack-formulas/infrastructure |
gem 'kitchen-inspec', '>= 2.5.0' | ||
gem 'kitchen-salt', '>= 0.7.2' | ||
# Avoid the error 'pkeys are immutable on OpenSSL 3.0' | ||
gem 'net-ssh', '>= 7.0.0' | ||
group :vagrant do | ||
gem 'kitchen-vagrant' | ||
end |
This diff is collapsed.
Please register or sign in to comment