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

Use bootsnap 1.8.1 for psych 4 / 3 compatibility #21963

Merged

Commits on Jun 28, 2022

  1. Use bootsnap 1.8.1 for psych 4 / 3 compatibility

    Psych unsafe_load was added for psych 4 / 3 compatibility but was only available
    in 3.3.2 and newer.
    
    Prior to this change, bootsnap 1.8.0 would be break on psych 3.3.1 and older.
    
    Bootsnap added psych 4 compatibility in 1.8.0 by using unsafe_load but this
    doesn't work with 3.3.1 or older:
    Shopify/bootsnap#368
    
    Bootnap 1.8.1 allows older versions of psych to be compatible via:
    Shopify/bootsnap#369
    jrafanie committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    5136659 View commit details
    Browse the repository at this point in the history