diff options
| author | Luchian Nemes <luchian.nemes@puppet.com> | 2020-10-06 09:41:35 +0300 | 
|---|---|---|
| committer | Luchian Nemes <luchian.nemes@puppet.com> | 2020-10-06 09:41:35 +0300 | 
| commit | 5b07881851d60813d59a0b1c1bf2644d0901e769 (patch) | |
| tree | 00620a4cb238266bddc512dbc809d32c900f82e8 | |
| parent | 07fa4a316fdb1d09c14ee4463946201047100477 (diff) | |
| download | puppet-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.
| -rw-r--r-- | Gemfile | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -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']  | 
