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

[v4.1] Bump the minimum required Psych version #5327

Merged
merged 1 commit into from
Aug 10, 2023

Commits on Aug 10, 2023

  1. Bump the minimum required Psych version

    The existing code already breaks with older versions and this just
    reflects the minimum version that works in the gemspec.
    
    Psych v4.0.1 is the one introducing `YAML.safe_dump` which we're using
    to store LogEntry serialized details.
    
    Fixes #5320.
    
    (cherry picked from commit 7d150db)
    elia authored and waiting-for-dev committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    23d5c9e View commit details
    Browse the repository at this point in the history