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

Add missing require for Psych::Nodes #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sikachu
Copy link

@sikachu sikachu commented Feb 25, 2015

This resolves an issue where you would get uninitialized constant Psych::Nodes (NameError) when running with newer version of Psych.

Fixes #72

This resolves an issue where you would get uninitialized constant
Psych::Nodes (NameError) when running with newer version of Psych.

Fixes dtao#72
@sikachu
Copy link
Author

sikachu commented Mar 13, 2015

Ping @dtao.

@diskshima
Copy link

Would be nice to see this get merged.
Some reason this can't go in?

@dtao
Copy link
Owner

dtao commented Jun 24, 2015

No good reason, no. I've simply fallen behind :(

I'm going to test this out before merging. But hopefully I will merge it soon.

@sgerrand
Copy link

@dtao: Have you made any progress on testing this patch? It's still affecting me on Ruby 2.2.3 with recent versions of Psych.

@mcascone
Copy link

Found a quick fix here: #80 (comment)

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.

uninitialized constant Psych::Nodes (NameError)
5 participants