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

Fix 6.1 compatability with ruby 2.5 #45593

Merged
merged 2 commits into from
Jul 15, 2022

Commits on Jul 13, 2022

  1. Fix compatability with ruby 2.5

    Ruby 2.5 ships with Psych 3.0.x, which doesn't include keyword params
    for permitted_classes.
    skipkayhil committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    5ab06e5 View commit details
    Browse the repository at this point in the history
  2. Fix test for default yaml_column_permitted_classes

    This was missed in fbb7f0b
    skipkayhil committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    6a421e4 View commit details
    Browse the repository at this point in the history