Im attempting to do an upgrade from rails 7.0.8.2 to 7.1.0 however i’m running into a few dependency issues that seemingly should be fine, for example:
Bundler could not find compatible versions for gem "actionmailer":
In snapshot (Gemfile.lock):
actionmailer (= 7.0.8.2)
In Gemfile:
rails (~> 7.1.0) was resolved to 7.1.0, which depends on
actionmailer (= 7.1.0)
solidus_core (~> 4.3.4) was resolved to 4.3.5, which depends on
actionmailer (>= 7.0, < 7.2)
I tried to upgrade solidus_api, solidus_backend, solidus_backend to 4.3.5 but unfortunately error remains same.
I also tried to upgrade actionmailer manually but error still remain same.