diff --git a/configs/projects/_pdk-components.rb b/configs/projects/_pdk-components.rb index 4bc31801e..3a55f6952 100644 --- a/configs/projects/_pdk-components.rb +++ b/configs/projects/_pdk-components.rb @@ -98,4 +98,7 @@ proj.component 'rubygem-diff-lcs' proj.component 'rubygem-pathspec' +# Added to prevent conflicts with Bolt +proj.component 'rubygem-CFPropertyList' + proj.component 'ansicon' if platform.is_windows?