-
Notifications
You must be signed in to change notification settings - Fork 96
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
Updated gems. Sup now crashes with an error about "undefined method 'yaml_tag' #403
Comments
Weird... Out of curiosity (don't know if it's going to help a lot), could you please run these ? $ ruby --version
$ ruby -e 'require "psych"; puts Object::yaml_tag "blah"' |
As a side note, renaming my entire .gem folder and re-downloading sup with all its dependencies (making sure to download xapian-ruby first before sup) fixed it. I'm copying over each gem folder one at a time to see if I can isolate the problem any further. |
Is it possible that you installed "psych" via rubygems? I had similar problems and removing the gem version of "psych" fixed this for me. |
Excerpts from maxmeyer's message of 2015-03-12 00:16:22 -0700:
Thanks, this worked perfectly! I'm still curious though why installing psych would break sup, since Joe Schlimmer |
Excerpts from Joe Schlimmer's message of March 12, 2015 10:02:
It probably just breaks psych, which sup depends on. |
Why not close this issue? 😄 |
Closed :) |
I'm guessing this is something to do with a new ruby version and yaml/psych, but I can't be much more helpful than that unless someone else knows what to look for.
The text was updated successfully, but these errors were encountered: