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

json dependency - psych error #2

Open
pithyless opened this issue Jul 21, 2011 · 2 comments
Open

json dependency - psych error #2

pithyless opened this issue Jul 21, 2011 · 2 comments

Comments

@pithyless
Copy link
Contributor

In ruby 1.9.2-p290 gem install gives the following error:

ERROR: While executing gem ... (NameError) uninitialized constant Psych::Syck

I could try hacking around it, e.g.:

require 'yaml' YAML::ENGINE.yamler = 'syck'

Not sure how well this will fly on 1.8.7. Any ideas?

@pithyless
Copy link
Contributor Author

/cc @yashke

@thegcat
Copy link

thegcat commented Aug 20, 2011

Just had this too, I encountered a similar problem with gherkin last week (see https://groups.google.com/group/cukes/browse_thread/thread/7e926a3b59545651), aslakhellesoy fixed this in cucumber/gherkin@df94b6d and the following 2 commits, might help you find a fix.

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

No branches or pull requests

2 participants