Skip to content

Commit 8b8d27f

Browse files
committed
(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.
1 parent 56cdecb commit 8b8d27f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ group :system_tests do
4646
gem "beaker-hostgenerator"
4747
gem "beaker-rspec"
4848
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1.0')
49+
gem "pdk", '~> 1.18', platforms: [:ruby]
50+
gem "puppet-blacksmith", '~> 3.4', require: false
4951
end
5052

5153
puppet_version = ENV['PUPPET_GEM_VERSION']

0 commit comments

Comments
 (0)