-
Type: Epic
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Done
-
Rails 6.1 Support
-
Fully Compatible
Rails 6.1 was released today: https://weblog.rubyonrails.org/2020/12/9/Rails-6-1-0-release/
When trying to upgrade a project to it, bundler reports mongoid can't be upgraded:
Bundler could not find compatible versions for gem "activerecord": In Gemfile: departure was resolved to 6.2.0, which depends on activerecord (>= 5.2.0, < 6.1) rails (= 6.1.0) was resolved to 6.1.0, which depends on activerecord (= 6.1.0)
The gemspecc need to relax the version specification to allow this: https://github.com/mongodb/mongoid/blob/master/mongoid.gemspec#L35
Note that, we had upgraded to Rails RC, and mongoid seem to work for us on it.
- is related to
-
MONGOID-5042 rails g mongoid:config is not working on Rails 6.1
- Closed
-
MONGOID-5047 Take Rails versions from Evergreen configuration in app tests
- Closed
- links to