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

Drop Ruby 2.4 support? #705

Open
a2ikm opened this issue May 26, 2022 · 0 comments
Open

Drop Ruby 2.4 support? #705

a2ikm opened this issue May 26, 2022 · 0 comments

Comments

@a2ikm
Copy link
Contributor

a2ikm commented May 26, 2022

mongo gem has dropped Ruby 2.4 support since v2.17.0.
https://www.mongodb.com/docs/ruby-driver/current/reference/driver-compatibility/

bson gem has also dropped it since v4.13.0.
https://github.com/mongodb/bson-ruby/releases/tag/v4.13.0

So Ruby 2.4 limits their versions as follows:

  • mongo < 2.17.0
  • bson < 4.13.0

It can make our future development difficult.
Actually, it conflicts with JRuby 9.3 which is compatible Ruby 2.6 and requires bson >= 4.14.0.

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

No branches or pull requests

1 participant