Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ruby master ships with Psych 4.0.0 which makes YAML.load
defaults to safe mode (ruby/psych#487). Keep compatibility by using unsafe_load. From: settingslogic#21 Also: https://stackoverflow.com/a/71192990
- Loading branch information