Because active_record_extended >= 3.4.0 depends on activerecord >= 5.2, < 8.1
and rails >= 8.1.1 depends on activerecord = 8.1.1,
active_record_extended >= 3.4.0 is incompatible with rails >= 8.1.1.
So, because Gemfile depends on rails = 8.1.1
and Gemfile depends on active_record_extended = 3.4.0,
version solving has failed.
We just tried upgrading to Rails 8.1.1, and received the following:
Would you accept a PR?