-
Notifications
You must be signed in to change notification settings - Fork 284
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
Gemfile.lock blocks all installations and upgrades #367
Comments
For anyone reading this who wants a fix, do the following: I recommend only doing this if you feel confident making changes!
Why do I need to do this? Basically, as explained, the defined version of mimemagic does not exist. However, trying to use newer versions requires a specific nokogiri, which leads to an error like the above. To get around the profile, you have to specify the gem versions of nokogiri and mimemagic to use, but because you have pulled from a git origin, you have to tell your local repo copy that its up-to-date. Hopefully the maintainer can fix this with priority, as a lot of other ruby apps have been impacted by the mimemagic issue. |
@adamcooke i tried to ping you in the above but i broke the formatting of the post so I don't think it went through. Important that this be fixed 👍 |
Hello. The Gemfile.lock requirement is now blocking all installation and upgrade of Staytus. It is specifying a version of mimemagic that has been removed because of licensing issues. Attempting to use the last oldest version [0.3.7] does not work because editing the lock file to fix the version issue causes this error to be thrown:
Using either command still fails to work, either with the same error message or other random issues that are blocking bundle commands from completing.
At this point, without guidance on how to correct this problem, I cannot start my Staytus instance any more, as I'm coming across the issue after having upgraded to Ruby 2.7 from 2.4
The text was updated successfully, but these errors were encountered: