From: Luchian Nemes Date: Tue, 6 Oct 2020 06:27:12 +0000 (+0300) Subject: (maint) Add pdk and blacksmith back in Gemfile X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b1f95c0f057d5c8ab2dbe3b8897f67fb0de14e60;p=puppet-sshkeys_core.git (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. --- diff --git a/Gemfile b/Gemfile index abc44c9..ede9290 100644 --- 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']