diff options
author | Luchian Nemes <luchian.nemes@puppet.com> | 2020-10-06 09:27:12 +0300 |
---|---|---|
committer | Luchian Nemes <luchian.nemes@puppet.com> | 2020-10-06 09:27:12 +0300 |
commit | b1f95c0f057d5c8ab2dbe3b8897f67fb0de14e60 (patch) | |
tree | c790f9540ab4df830c6f712d35411a29e2d6aee1 /Gemfile | |
parent | 8c38f1ec8e3a56cac63dc4fd407511516e8be80a (diff) | |
download | puppet-sshkeys_core-b1f95c0f057d5c8ab2dbe3b8897f67fb0de14e60.tar.gz puppet-sshkeys_core-b1f95c0f057d5c8ab2dbe3b8897f67fb0de14e60.tar.bz2 |
(maint) Add pdk and blacksmith back in Gemfile
During the removal of `puppet-module-dev`, the pdk and puppet-blacksmith
gems were also removed by mistake. This commit makes us able to release
again.
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'] |