Skip to content

Commit 7bb7d39

Browse files
author
jordanbreen28
committed
(bug) - Add puppet-modulebuilder deps first to pdk
Prior to this commit, pathspec (which is a runtime dependency of puppet-modubuilder) was added as a component after the puppet-modulebuilder gem, which I don't believe is correct. This commit updates the puppet-modulebuilder gem to be pulled in after its dependencies.
1 parent 903be86 commit 7bb7d39

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

configs/projects/_pdk-components.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,13 @@
9595
proj.component 'rubygem-addressable'
9696
proj.component 'rubygem-json-schema'
9797

98-
# PDK build
99-
proj.component 'rubygem-puppet-modulebuilder'
100-
10198
# Other deps
10299
proj.component 'rubygem-deep_merge'
103100
proj.component 'rubygem-json_pure'
104101
proj.component 'rubygem-diff-lcs'
105102
proj.component 'rubygem-pathspec'
106103
proj.component 'rubygem-puppet_forge'
104+
# PDK build
105+
proj.component 'rubygem-puppet-modulebuilder'
107106

108107
proj.component 'ansicon' if platform.is_windows?

0 commit comments

Comments
 (0)