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-5739 Support BSON 5 #5801

Merged
merged 2 commits into from
Mar 12, 2024
Merged

Conversation

jamis
Copy link
Contributor

@jamis jamis commented Mar 6, 2024

BSON 5 is released, and Mongoid ought to support it.

@jamis jamis changed the title MONGOID-5739 Remove BSON version cap MONGOID-5739 Support BSON 5 Mar 6, 2024
mongoid.gemspec Outdated
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
s.add_dependency("mongo", ['>=2.18.0', '<3.0.0'])
s.add_dependency("concurrent-ruby", ['>= 1.0.5', '< 2.0'])

s.add_development_dependency("bson", ['>=4.14.0', '<5.0.0'])
s.add_development_dependency("bson", '>=4.14.0')
Copy link
Contributor

@johnnyshields johnnyshields Mar 7, 2024

Choose a reason for hiding this comment

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

'< 6.0.0' is prudent here, unless you can absolutely guarantee that all future versions of BSON will be compatible with this version of Mongoid.

@jamis jamis requested a review from comandeo-mongo March 12, 2024 14:06
@jamis jamis merged commit c4fed24 into mongodb:master Mar 12, 2024
51 of 56 checks passed
@jamis jamis deleted the 5739-bson-dependencies branch March 12, 2024 17:04
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