From: Luchian Nemes Date: Mon, 5 Oct 2020 14:56:57 +0000 (+0300) Subject: (maint) Add pdk and blacksmith back in Gemfile X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4fc9ed96eccb0a36bea7213c684dd2800d1aa41f;p=puppet-mailalias_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 351f58a..1466b5e 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']