Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make YAML.load_file use YAML.load instead of safe_load #493

Merged

Commits on May 17, 2021

  1. Make YAML.load_file use YAML.load instead of safe_load

    YAML.load and YAML.safe_load are different a little; the former allows
    Symbol by default but the latter doesn't. So YAML.load_file and
    YAML.safe_load_file should reflect the difference.
    
    Fixes ruby#490
    mame committed May 17, 2021
    Configuration menu
    Copy the full SHA
    f8a5e51 View commit details
    Browse the repository at this point in the history