]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commitdiff
(maint) Add pdk and blacksmith back in Gemfile
authorLuchian Nemes <luchian.nemes@puppet.com>
Tue, 6 Oct 2020 06:27:12 +0000 (09:27 +0300)
committerLuchian Nemes <luchian.nemes@puppet.com>
Tue, 6 Oct 2020 06:27:12 +0000 (09:27 +0300)
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.

Gemfile

diff --git a/Gemfile b/Gemfile
index abc44c92d9b19993e51dd16f6949223e4544db06..ede9290bbc8822f7416924aeaaa83d01749ddd62 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -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']