Skip to content

Commit b1f95c0

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 8c38f1e commit b1f95c0

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
@@ -45,6 +45,8 @@ group :system_tests do
4545
gem "beaker-pe", require: false
4646
gem "beaker-hostgenerator"
4747
gem "beaker-rspec"
48+
gem "pdk", '~> 1.18', platforms: [:ruby]
49+
gem "puppet-blacksmith", '~> 3.4', require: false
4850
end
4951

5052
puppet_version = ENV['PUPPET_GEM_VERSION']

0 commit comments

Comments
 (0)