I just set up a new solidus instance from scratch (as per the README) and added solidus_i18n (and kaminari + railsi18n) dependencies.
Afterwards bundle update throws following error:
Bundler could not find compatible versions for gem "railties":
In Gemfile:
rails (~> 6.0.2, >= 6.0.2.1) was resolved to 6.0.3.rc1, which depends on
railties (= 6.0.3.rc1)
rails-i18n (~> 5.1) was resolved to 5.1.3, which depends on
railties (< 6, >= 5.0)
I just set up a new solidus instance from scratch (as per the README) and added
solidus_i18n(and kaminari + railsi18n) dependencies.Afterwards
bundle updatethrows following error: