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

Mongoid 8.x support add #668

Merged
merged 4 commits into from Sep 12, 2023
Merged

Mongoid 8.x support add #668

merged 4 commits into from Sep 12, 2023

Conversation

randikabanura
Copy link
Contributor

@randikabanura randikabanura commented Sep 7, 2023

Closes #628

@@ -42,6 +42,12 @@ def setup_db
config.load_configuration(sessions: { default: { database: 'bullet', hosts: %w[localhost:27017] } })
end
else
if Mongoid::VERSION =~ /\A7.1/ || Mongoid::VERSION =~ /\A8/
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@flyerhzm flyerhzm merged commit 5164635 into flyerhzm:main Sep 12, 2023
8 of 9 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.

Support for mongoid 8.0
2 participants