Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
(CAT-2056) - Add puppet-blacksmith to config_defaults
as we removed the build rake tasks from puppetlabs_spec_helper v8, we
now pull them into spec_helper through a soft dependency on
puppet-blacksmith. As such, we should add the puppet-blacksmith gem so
that users can still avail of rake tasks like module:build.
  • Loading branch information
jordanbreen28 committed Sep 18, 2024
commit 594ba2c4cf0e1685ab44f8c1dcb990f85e1180f5
2 changes: 2 additions & 0 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,8 @@ Gemfile:
version: '~> 4.0'
- gem: 'puppetlabs_spec_helper'
version: '~> 7.0'
- gem: 'puppet-blacksmith'
version: '~> 7.0'
':system_tests':
- gem: 'puppet_litmus'
version:
Expand Down