Skip to content

Commit 0406beb

Browse files
authored
Merge pull request #799 from puppetlabs/CAT-1739/master/pin_CFPropertyList
(CAT-1739) Add CFPropertyList as a component to resolve dependency issue
2 parents e0e631b + f6aa226 commit 0406beb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/projects/_pdk-components.rb

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040

4141
ruby_minor = rubyver.split('.')[0, 2].join('.')
4242

43+
# Added to prevent conflicts with Bolt
44+
proj.component 'rubygem-CFPropertyList'
45+
4346
proj.component "ruby-#{ruby_minor}-augeas" unless platform.is_windows?
4447
proj.component "ruby-#{ruby_minor}-selinux" if platform.is_el? || platform.is_fedora?
4548
proj.component "post-additional-rubies"

0 commit comments

Comments
 (0)