-
Notifications
You must be signed in to change notification settings - Fork 80
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
Update jsonapi-resources 0.9.12 #109
Comments
Having the same issue on my end |
@tiagopog Will you be updating this gem? It would be really helpful to know as we want to use it... |
@asadakbarml Yes, I will. I have been going through a tough year here, but I still have plans to keep it updated. |
@danieldocki It's updated in the master branch. I will first make sure that everything is working smoothly then I will release a new version of the gem. |
Thanks for the great job, but I caught this error.
I don't know if anyone else caught this error, but over the weekend I can look deeper into this error. |
It seems that this PR cerebris/jsonapi-resources#946, changed some things and removed JSONAPI::OperationResults. |
This is pretty important to keep the library updated and allow everyone using it to update rails, how can we update this? Also the main library now is at I see these: But If I try to update I get this:
|
Any news on this? I am having trouble using jsonapi-resources at version 0.10 and jsonapi-utils 0.4.2 because it is the only version that bundle allows to install |
it seems that this gem is no longer maintained. anyone here had the chance to refactor the code to use another solution? For example, to use jsonapi-serializer ? |
It is already updated, but it is not released on gem repository, check: |
@tiagopog can update the dependency? jsonapi-resources ~> 0.9.12
solves the error in Rails 6.1
https://github.com/cerebris/jsonapi-resources/blob/v0.9.12/lib/jsonapi/resource_controller_metal.rb#L8
The text was updated successfully, but these errors were encountered: