We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like Grape::Extensions::DeepHashWithIndifferentAccess was removed here: 7ed7598#diff-0beb8afd3f95a465d9cdf19b4bb7aa59
Grape::Extensions::DeepHashWithIndifferentAccess
but it's still declared to autoload here: https://github.com/ruby-grape/grape/blob/v1.3.0/lib/grape.rb#L87
The text was updated successfully, but these errors were encountered:
Looks like a bug, please PR. There should be a way to force auto-load of everything in a spec and making sure we don't have this problem again, too.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Looks like
Grape::Extensions::DeepHashWithIndifferentAccess
was removed here:7ed7598#diff-0beb8afd3f95a465d9cdf19b4bb7aa59
but it's still declared to autoload here:
https://github.com/ruby-grape/grape/blob/v1.3.0/lib/grape.rb#L87
The text was updated successfully, but these errors were encountered: