Skip to content
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

Upgrade Mongoid to version 9.0.0 #245

Merged
merged 6 commits into from
May 12, 2024

Conversation

sairamsrinivasan
Copy link
Collaborator

This PR upgrades mongoid to version 9.0.0

@@ -6,7 +6,7 @@ class Profile
field :age
field :hobbies, type: Array, default: []

embedded_in :user, inverse_of: :profile
embedded_in :user, inverse_of: :profile, touch: false
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sairamsrinivasan sairamsrinivasan marked this pull request as ready for review May 11, 2024 22:09
@sairamsrinivasan
Copy link
Collaborator Author

Ready for review.

@dangerpr-bot
Copy link

1 Message
📖 We really appreciate pull requests that demonstrate issues, even without a fix. That said, the next step is to try and fix the failing tests!

Generated by 🚫 Danger

Copy link
Collaborator

@dblock dblock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sairamsrinivasan
Copy link
Collaborator Author

@dblock - I appreciate the review. Please check out the latest revisions.

Copy link
Collaborator

@dblock dblock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One more nit, apologies for my OCD, looking good.

CHANGELOG.md Outdated Show resolved Hide resolved
@sairamsrinivasan
Copy link
Collaborator Author

One more nit, apologies for my OCD, looking good.

No worries. Thanks for being thorough. I pushed an update.

This is unrelated but any chance that you or the other maintainers can look at my other PR: #246? I will likely need to rebase this.

@@ -1,7 +1,8 @@
### 4.1.1 (Next)
### 4.2.0 (Next)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/mongoid/mongoid-rspec/blob/master/lib/mongoid/rspec/version.rb also needs to be incremented. Can be done in your next PR.

@dblock
Copy link
Collaborator

dblock commented May 12, 2024

This is unrelated but any chance that you or the other maintainers can look at my other PR: #246? I will likely need to rebase this.

Yes, I was doing this one first. Rebase and I'll take a look.

@dblock dblock merged commit f55e0f9 into mongoid:master May 12, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants