aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuchian Nemes <luchian.nemes@puppet.com>2020-10-05 17:56:57 +0300
committerLuchian Nemes <luchian.nemes@puppet.com>2020-10-05 17:56:57 +0300
commit4fc9ed96eccb0a36bea7213c684dd2800d1aa41f (patch)
tree5f420a030bfc831d4745740836bc91ddc9c1b408
parentb97c0a13382f428c17bd78fbaec888702ee5d850 (diff)
downloadpuppet-mailalias_core-4fc9ed96eccb0a36bea7213c684dd2800d1aa41f.tar.gz
puppet-mailalias_core-4fc9ed96eccb0a36bea7213c684dd2800d1aa41f.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.
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
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']