solidus_i18n
solidus_i18n copied to clipboard
railties version conflict with newest solidus (2.10.1) version
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)
Modifying the dependency of rails_i18n to ~> 6.0 solved the issue, so it should just be a README update.
Should I draft a PR for the README?!
Since this one is still open, please refer to the rails-i18n page for any new version - it might cause misleading according to the rails in use. Update your rails-i18n version accordingly.