-
Notifications
You must be signed in to change notification settings - Fork 67
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
Tried to load unspecified class: Poll (Psych::DisallowedClass): #145
Comments
I replaced all (three) occurences of |
xtaran
added a commit
to xtaran/dudle
that referenced
this issue
Oct 9, 2023
…d TimePollHead Fixes kellerben#145, kellerben#151
xtaran
added a commit
to xtaran/dudle
that referenced
this issue
Oct 10, 2023
…d TimePollHead Fixes kellerben#145, fixes kellerben#151 Based on the discussion in kellerben#145, @dl8dtl's initial patch suggestion and reading https://docs.ruby-lang.org/en/master/Psych.html to understand the remaining open question by @JoJoDeveloping where the config needs to go.
I think that's only relevant for Rails apps, which this isn't. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updating ruby apparently breaks things. See more here: ruby/psych#503
There are two possible solutions. One is to change
YAML::load
toYAML::unsafe_load
. The better option is to add this to the ruby config:Unfortunately, I have no idea where the "Ruby config" would even be located for dudle. Hence I can't really offer a fix.
The text was updated successfully, but these errors were encountered: