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

Failed to install on Windows RubyInstaller 2.4.1 #1645

Closed
Sega100500 opened this issue May 19, 2017 · 3 comments
Closed

Failed to install on Windows RubyInstaller 2.4.1 #1645

Sega100500 opened this issue May 19, 2017 · 3 comments

Comments

@Sega100500
Copy link

Sega100500 commented May 19, 2017

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

@larskanis
Copy link
Member

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

@Sega100500
Copy link
Author

@larskanis
Anyway
gem install rails -v '5.0.3'
output: 'nokogiri required ruby < 2.4'

@Sega100500
Copy link
Author

@larskanis
after 'ridk install', choice 3
all work!
Thanks!

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