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
(BOLT-1585) Support YAML#safe_load for ruby >= 2.5
This commit adds logic for calling the correct form of the YAML.safe_load method (using a positional vs named argument for allowed types) based on the version of the Psych module shipped with ruby 2.5 vs 3.
0 commit comments