Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.2.1 not compatible with Rails 6.1 #660

Open
ademdc opened this issue Nov 23, 2020 · 1 comment
Open

2.2.1 not compatible with Rails 6.1 #660

ademdc opened this issue Nov 23, 2020 · 1 comment

Comments

@ademdc
Copy link

ademdc commented Nov 23, 2020

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)

  • Database: postgres

  • Apartment version: 2.2.1

  • Rails (or ActiveRecord) version: 6.1.0.rc1

  • Ruby version: 2.5.8

@nbw
Copy link

nbw commented Dec 9, 2020

You're looking for ros-apartment. It's a fork. Refer to: #638 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants