aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLuchian Nemes <luchian.nemes@puppet.com>2020-10-06 09:41:35 +0300
committerLuchian Nemes <luchian.nemes@puppet.com>2020-10-06 09:41:35 +0300
commit5b07881851d60813d59a0b1c1bf2644d0901e769 (patch)
tree00620a4cb238266bddc512dbc809d32c900f82e8 /Gemfile
parent07fa4a316fdb1d09c14ee4463946201047100477 (diff)
downloadpuppet-cron_core-5b07881851d60813d59a0b1c1bf2644d0901e769.tar.gz
puppet-cron_core-5b07881851d60813d59a0b1c1bf2644d0901e769.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.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b2c38d0..c40baa1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -45,6 +45,8 @@ group :system_tests do
gem "beaker-hostgenerator"
gem "beaker-rspec"
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1.0')
+ gem "pdk", '~> 1.18', platforms: [:ruby]
+ gem "puppet-blacksmith", '~> 3.4', require: false
end
puppet_version = ENV['PUPPET_GEM_VERSION']