-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 5.0.0
-
Component/s: None
Bundler could not find compatible versions for gem "activemodel": In Gemfile: mongoid was resolved to 5.1.0, which depends on activemodel (~> 4.0) rails was resolved to 5.0.0.beta1, which depends on activemodel (= 5.0.0.beta1) rails was resolved to 5.0.0.beta1, which depends on activemodel (= 5.0.0.beta1) web-console (~> 2.0) was resolved to 2.2.1, which depends on activemodel (>= 4.0)
Initially I thought to update active model to ~> 5.0 but we loose backward compatibility. How could we handle this?
- is duplicated by
-
MONGOID-3870 Allow ActiveModel 5 for rails 5.0 in master support?
- Closed