You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The keyword variant of safe_load() was added and the old variant deprecated in
Psych 3.1.0. It has been removed in 4.0.0 (ruby/psych@0767227).
The load_file() method was changed to be safe in Psych 4.0.1 (ruby/psych@f8a5e51).
Use the unsafe_load_file() introduced in 3.3.2 to keep the same behaviour.
The usages are guarded by version checks since Puppet still supports Ruby 2.5,
which ships Psych 3.0.2.
Also pin rdoc to prevent 6.0.4, which depends on Psych 4.0 causing issues with
other dependencies that haven't been updated yet to work due to the same
changes.
0 commit comments