aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuchian Nemes <luchian.nemes@puppet.com>2020-10-06 09:35:53 +0300
committerLuchian Nemes <luchian.nemes@puppet.com>2020-10-06 09:35:53 +0300
commita622e0003ee04293423b07826cd80253687779b7 (patch)
tree236adeaa2731c31ca2caec04a1c453d0637afd1c
parent303fd86610d132fa5abb5c0027976c7a940a3dc1 (diff)
downloadpuppet-hosts_core-a622e0003ee04293423b07826cd80253687779b7.tar.gz
puppet-hosts_core-a622e0003ee04293423b07826cd80253687779b7.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 3444d32..dd48fcc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -46,6 +46,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']