-
Notifications
You must be signed in to change notification settings - Fork 23
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
Error during bundle install #25
Comments
Hello @paulioceano, is this when running I tried updating Nokogiri dependency to 1.8.0 but that doesn't seem to work, as Rails depends on Nokogiri 1.6.x. I could try using a version that is >= 1.6.0 and < 1.6.8, but I don't know if you would still get an issue on Windows. Can you try that out yourself, by following these steps?
Also, can you please try this out on Ruby 2.5? |
Hi @albertoperdomo . Yes, this error happens when running ´bundle install´ directtly on windows.
After adding the line
|
Hello @paulioceano,
Can you please open the URL in the output and follow the instructions (or some other tutorial) to install nokogiri? Then try again with that line |
Closing this issue given the suggestion from @albertoperdomo. If you continue to experience this issue please reopen or create a new issue. |
The bundle install run throws an error regarding the Ruby version required for the gem Nokogiri.
Even when the ruby version installed is 2.4.4, still request for version 2.4.*-
Apparently, there is a version issue with that gem (sparklemotion/nokogiri#1618).
According to this, the issue was solved with Nokogiri version 1.8.0
The text was updated successfully, but these errors were encountered: