Skip to content

Commit

Permalink
Merge pull request #922 from puppetlabs/bug-add_modulebuilder_deps_to…
Browse files Browse the repository at this point in the history
…_pdk

(bug) - Add puppet-modulebuilder deps first to pdk
  • Loading branch information
david22swan authored Oct 22, 2024
2 parents 903be86 + 7bb7d39 commit 13fdca5
Showing 1 changed file with 2 additions and 3 deletions.
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?

0 comments on commit 13fdca5

Please sign in to comment.