Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

railties version conflict with newest solidus (2.10.1) version #172

Open
fwolfst opened this issue May 27, 2020 · 3 comments
Open

railties version conflict with newest solidus (2.10.1) version #172

fwolfst opened this issue May 27, 2020 · 3 comments

Comments

@fwolfst
Copy link

fwolfst commented May 27, 2020

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)
@fwolfst
Copy link
Author

fwolfst commented May 27, 2020

Modifying the dependency of rails_i18n to ~> 6.0 solved the issue, so it should just be a README update.

@fwolfst
Copy link
Author

fwolfst commented Jun 8, 2020

Should I draft a PR for the README?!

@rafaelroballo
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants