You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing this error when I try to do just about anything (rake tasks, run server, etc.). Seems to be the same cause as jlong/serve#86, fixed by adding psych to the Gemfile.
The text was updated successfully, but these errors were encountered:
Sorry, should have given more information. It looks like this is a conflict between Psych and Faker, which probably both define Word classes with different superclasses. Requiring Psych first eliminates the error, but one or the other should probably scope their Word class, or maybe Faker should just include Psych before it defines the class. Adding Psych to the ASQ Gemfile is just a work-around.
BTW, this is on Linux (Fedora) running Ruby 2.3.3 under RVM.
I'm seeing this error when I try to do just about anything (rake tasks, run server, etc.). Seems to be the same cause as jlong/serve#86, fixed by adding
psych
to the Gemfile.The text was updated successfully, but these errors were encountered: