diff options
author | Gheorghe Popescu <gheorghe.popescu@puppet.com> | 2020-10-06 14:09:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-06 14:09:53 +0300 |
commit | e80cef768cd5c2404a961238769c706893aa40a6 (patch) | |
tree | fe33468ac9195f067af3e0081660c52df9ffa35c /Gemfile | |
parent | f64d3898b67f631c46f1ca61affd52d687bb6cf5 (diff) | |
parent | b1f95c0f057d5c8ab2dbe3b8897f67fb0de14e60 (diff) | |
download | puppet-sshkeys_core-e80cef768cd5c2404a961238769c706893aa40a6.tar.gz puppet-sshkeys_core-e80cef768cd5c2404a961238769c706893aa40a6.tar.bz2 |
Merge pull request #39 from luchihoratiu/maint-github-actions-fixes
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ group :system_tests do gem "beaker-pe", require: false gem "beaker-hostgenerator" gem "beaker-rspec" + gem "pdk", '~> 1.18', platforms: [:ruby] + gem "puppet-blacksmith", '~> 3.4', require: false end puppet_version = ENV['PUPPET_GEM_VERSION'] |