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

Avoid version of FrontMatter not compatible with Ruby 2.5 #2023

Merged
merged 1 commit into from
Jul 24, 2021

Conversation

pablobm
Copy link
Collaborator

@pablobm pablobm commented Jul 24, 2021

FrontMatter v1.0.1 invokes YAML.safe_load with arguments that are incompatible with Ruby 2.5, causing an ArgumentError: unknown keyword: permitted_classes. Relevant change at waiting-for-dev/front_matter_parser#11

This is causing CI to break, as the lockfiles in the gemfiles/ dir (used by Appraisal) are not checked into the repo.

Version 1.0.1 invokes `YAML.safe_load` with arguments that are incompatible
with Ruby 2.5, causing an `ArgumentError: unknown keyword: permitted_classes`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant