Skip to content

Commit f6aa226

Browse files
committed
(CAT-1739) Add CFPropertyList as a component to resolve dependency issue
1 parent e0e631b commit f6aa226

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/projects/_pdk-components.rb

Lines changed: 3 additions & 0 deletions
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)