Skip to content

Update dependency CFPropertyList to '~> 3.0.0'

Mohd Bilal requested to merge mdb571/gitlab:mdb571-master-patch-29365 into master

What does this MR do and why?

We came accross a bug in the debian packaged version of gitlab which was returning 500 while viewing any diff. The underlying issue was found to be in an older version of gem CFPropertyList.

We have a bug report for the same with more info here https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029726

Gemfile.lock already lists CFPropertyList 3.0.5 . So adding a version constraint to this gem would be helpful in avoiding this bug.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports