]> gitweb.fluxo.info Git - puppet-mailalias_core.git/commitdiff
(maint) Add pdk and blacksmith back in Gemfile
authorLuchian Nemes <luchian.nemes@puppet.com>
Mon, 5 Oct 2020 14:56:57 +0000 (17:56 +0300)
committerLuchian Nemes <luchian.nemes@puppet.com>
Mon, 5 Oct 2020 14:56:57 +0000 (17:56 +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 351f58a260d49172621b6781f4efac4a1fa22cb4..1466b5e8a5f3b91497223422131ffbf282d81afc 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']