Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

(CAT-2111) - Add puppet-modulebuilder deps first to pdk #922

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Changes from all commits
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
5 changes: 2 additions & 3 deletions configs/projects/_pdk-components.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,13 @@
proj.component 'rubygem-addressable'
proj.component 'rubygem-json-schema'

# PDK build
proj.component 'rubygem-puppet-modulebuilder'

# Other deps
proj.component 'rubygem-deep_merge'
proj.component 'rubygem-json_pure'
proj.component 'rubygem-diff-lcs'
proj.component 'rubygem-pathspec'
proj.component 'rubygem-puppet_forge'
# PDK build
proj.component 'rubygem-puppet-modulebuilder'

proj.component 'ansicon' if platform.is_windows?