Cannot install with Mongoid version 7
Closed this issue · 2 comments
infernalsirius commented
Bundler could not find compatible versions for gem "mongoid":
In snapshot (Gemfile.lock):
mongoid (= 7.0.1)
In Gemfile:
mongoid (~> 7.0)
mongoid-multitenancy (~> 2.0) was resolved to 2.0.1, which depends on
mongoid (~> 6.0)
Richard-Degenne commented
Hi,
I'm not familiar enough with the gem to know about potential incompatibilities between mongoid-multitenancy
and mongoid 7
, but, for what it's worth, the unit tests are still passing after upgrading.
I'll create a PR, and discuss with @abrisse to see if we can release a new version.