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
It's possible to install Psych 5 with Ruby 2.7 causing YAML.load_file to call
the safe version. So revise the check based on whether the unsafe_load_file
method exists, and remove it when Ruby < 3.1 is dropped.
0 commit comments