I am moving our application to Rails 6, and I see that the currently newest version of apartment gem (2.2.1) is not compatible with the newly release 6.1.0.rc1 version of Rails, becasue it depends on activerecord >= 3.1.2, < 6.0, but Rails 6.1.0.rc1 depends on activerecord (= 6.1.0.rc1)
Bundler could not find compatible versions for gem "activerecord":
In Gemfile:
apartment (= 2.2.1) was resolved to 2.2.1, which depends on
activerecord (>= 3.1.2, < 6.0)
rails (= 6.1.0.rc1) was resolved to 6.1.0.rc1, which depends on
activerecord (= 6.1.0.rc1)
I am moving our application to Rails 6, and I see that the currently newest version of apartment gem (2.2.1) is not compatible with the newly release
6.1.0.rc1
version of Rails, becasue it depends onactiverecord >= 3.1.2, < 6.0
, but Rails6.1.0.rc1
depends onactiverecord (= 6.1.0.rc1)
Database: postgres
Apartment version: 2.2.1
Rails (or ActiveRecord) version: 6.1.0.rc1
Ruby version: 2.5.8