We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gem nokogiri failed to install on Windows RubyInstaller 2.4.1 When install Ruby on Rails then error message: 'required ruby < 2.4'
When gem will support Ruby 2.4.x on Windows?
RubyInstaller for Windows: https://github.com/oneclick/rubyinstaller2/releases
The text was updated successfully, but these errors were encountered:
RubyInstaller-2.4 will be supported with nokogiri-1.8.0 as described in #1618 .
For now use:
ridk exec pacman -S mingw-w64-x86_64-libxslt gem install nokogiri --platform ruby -- --use-system-libraries
Also see the https://github.com/oneclick/rubyinstaller2/wiki/FAQ
Sorry, something went wrong.
@larskanis Anyway gem install rails -v '5.0.3' output: 'nokogiri required ruby < 2.4'
@larskanis after 'ridk install', choice 3 all work! Thanks!
No branches or pull requests
Gem nokogiri failed to install on Windows RubyInstaller 2.4.1
When install Ruby on Rails then error message: 'required ruby < 2.4'
When gem will support Ruby 2.4.x on Windows?
RubyInstaller for Windows:
https://github.com/oneclick/rubyinstaller2/releases
The text was updated successfully, but these errors were encountered: