Skip to content

Remove yaml_safe_load_file patch

We are removing a temporary monkey patch to the YAML type that makes a safe_load_file method accessible to both Ruby 2 and Ruby 3 (it is only part of psych as of the stdlib gem version bundled with MRI 3.0+)

Refers to: gitlab-org/gitlab#393651 (closed)

Merge request reports