-
Notifications
You must be signed in to change notification settings - Fork 61
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
Mongoid 8.x.x support #71
Conversation
@randikabanura would you be willing to check if your PR works with the latest Mongoid 8.1.1 as well? It doesn't look like the maintainer has taken a look at this yet, so we might as well bring it up to date. I can give it a shot as well, if you don't have the time. |
@kaspermeyer I will check if the PR works for the latest Mongoid 8.1.1 within this week and update accordingly. If you are able to do it earlier that be great as well. |
Mongoid has released the mongoid 8 version. I have updated the PR to support mongoid 8.x.x versions for the gem. No breaking changes related to deletion in mongoid 8.1 changelog Tests are passing without an issue. |
@simi Please check the changes and approve. Also after that we can release a new version. |
It seems CI needs to be fixed, I'll take a look. |
Closing in favor of #72 |
The fix is released on 0.6.0 |
Mongoid has released the mongoid 8 version. hence this PR adds support for mongoid 8.0.x versions for the gem.
No breaking changes related to deletion in mongoid 8 changelog
Tests are passing without an issue.

Note: Two tests were updated due to Rspec warnings.