-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Incompatible versions gems #5898
Comments
#5843 has been merged, but not released yet. If the issue persists downgrading Rails, did you try deleting the Gemfile.lock already? |
Yes, I did, but up to version 7.0.0, nothing changed. |
Can you tell me when it might be released? |
You can also use the git source in your |
I am trying to add Solidus to my new Rails project, following the installation instructions on GitHub. Below is my current Gemfile:
However, I keep running into compatibility issues.
Solidus requires rails >= 7.2.2, < 8.0.0.beta1 and solidus_core >= 2.3.0.beta1, < 2.5.0.beta1, which depends on rails ~> 5.1.0.
This version conflict is preventing me from using Solidus with Rails 7.2.2, and even when I try downgrading Rails, the issue persists.
If anyone has faced a similar problem or found a workaround, please let me know how you resolved it. Thank you!
The text was updated successfully, but these errors were encountered: