-
Notifications
You must be signed in to change notification settings - Fork 331
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
Making OpenStruct as optional break things #579
Comments
We had the same issue and what it amounts to is that code in our project was making use of Anyone seeing this after upgrading to |
Thanks for your report. Unfortunately, It's not json issue. Every gem should
Correct. I'm not sure what usage that in your application. You can simply fix this to add |
Hello,
we have been using graphql gem in our project (quite an old version -
1.11.10
). New version of Json (2.7.2
) (updated automatically by range~->
) caused namespace conflicts withgraphql
gem resulting an erroruninitialized constant GraphQL::Compatibility::ExecutionSpecification::SpecificationSchema::OpenStruct
on this line. As a temporary fix we had to lock the version back to2.7.1
.The breaking change: #565
As a long term fix we will be looking to update graphql but posting it here in case this update causes issues for others too. Also, maybe worth to look into that change from "Json" perspective too.
Thanks
The text was updated successfully, but these errors were encountered: