-
Notifications
You must be signed in to change notification settings - Fork 41
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
Bug: Psych::DisallowedClass: Tried to load unspecified class: Symbol #123
Comments
Hi @dblandin Can you please share your |
Hi @pirj 👋 I created a gist with its content: https://gist.github.com/dblandin/1873cc773e1d71e8ce905ef1984bee76 |
@dblandin I'm truly sorry, I meant |
@dblandin ping |
I also got this error when trying to setup |
Psych.safe_load changed it's method signature and requires keyword args for 'permitted_classes' Update the calls to Psych.safe_load and add it as an explicit gem dependency with a pessimistic lock on the version.
Possibly fixed by #134 |
Psych.safe_load changed it's method signature and requires keyword args for 'permitted_classes' Update the calls to Psych.safe_load and add it as an explicit gem dependency with a pessimistic lock on the version.
[toptal#123] Update to Psych 4.0.x
Hi there!
Thanks so much for this gem! Very excited to start using it. During setup, I ran into this error after creating the execution map and configuring crystalball to run on Circle CI. I see the error running in a local Docker container as well. Happy to provide any supplemental information you might find useful.
Stack trace
cc/ @erikdstock
The text was updated successfully, but these errors were encountered: