AaronLasseigne / active_interaction

:briefcase: Manage application specific business logic.
MIT License
2.06k stars 136 forks source link

Rails 7 support #518

Closed spencersteiner closed 2 years ago

spencersteiner commented 2 years ago

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 commented 2 years ago

closed by https://github.com/AaronLasseigne/active_interaction/pull/519