-
Notifications
You must be signed in to change notification settings - Fork 77
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
Latest Gem v5.1.0 does not work with Ruby 2.5.x #352
Comments
@lvangool Ruby 2.5 is EOL so we no longer support it. That said, we should have changed our gemspec accordingly. I'll keep this open until we've fixed that. |
Version 5.1.1 includes an updated gemspec. As this doesn't really solve the issue of 5.1.0 continuing to resolve for ruby 2.5, I'm going to leave this issue open for now. |
Hi any solution, I have the same problem?
|
@fbarriosCL you'll just need to specify an older version of the gem less than 5.1. |
I've yanked 5.1.0. 5.1.1 is otherwise identical but has the correct dependencies. |
This is because internally you do:
Which causes the error:
Because those arguments aren't available in
psych
in Ruby 2.5.xThe text was updated successfully, but these errors were encountered: