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

Rails 7 support #518

Closed
spencersteiner opened this issue Dec 16, 2021 · 1 comment
Closed

Rails 7 support #518

spencersteiner opened this issue Dec 16, 2021 · 1 comment

Comments

@spencersteiner
Copy link
Contributor

Rails 7 depends on activemodel 7.0.0, and active interaction requires activemodel (>= 5, < 7).

Here's the bundler output when upgrading rails with active interaction installed:

Bundler could not find compatible versions for gem "activemodel":
  In Gemfile:
    active_interaction (~> 4.0) was resolved to 4.0.6, which depends on
      activemodel (>= 5, < 7)

    rails (= 7.0.0) was resolved to 7.0.0, which depends on
      activemodel (= 7.0.0)
@AaronLasseigne
Copy link
Owner

closed by #519

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