Rails 7.2.0 is incompatible with mongoid >= 8.1.3 #5855
Closed
mpalenciano
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey @mpalenciano, this is something we're getting sorted out in #5852 presently and should have included in the next release of mongoid |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
We currently have mongoid 9.0.1 and rails 7.1.4. When trying to upgrade rails to 7.2 we get:
Because rails >= 7.2.0, < 7.2.1 depends on activemodel = 7.2.0 and rails >= 7.2.1 depends on activemodel = 7.2.1, rails >= 7.2.0 requires activemodel = 7.2.0 OR = 7.2.1. And because mongoid >= 8.1.3 depends on activemodel >= 5.1, < 7.2, != 7.0.0, rails >= 7.2.0 is incompatible with mongoid >= 8.1.3. So, because Gemfile depends on mongoid ~> 9.0 and Gemfile depends on rails ~> 7.2, version solving has failed.
Thanks and regards
Beta Was this translation helpful? Give feedback.
All reactions