You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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:The text was updated successfully, but these errors were encountered: