-
-
Notifications
You must be signed in to change notification settings - Fork 905
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
Fail install on Ruby 2.3 for Windows #1456
Comments
Not sure but it seems that nokogiri and
and it was installed successfully:
But when trying to install
|
Already supported... after long time wait |
@Sega100500 I meant
i.e. Nokogiri with Ruby 2.3. You can even try to install |
@javix |
Ruby-2.3 cross build targeting Windows RubyInstaller was added in this commit . Please try the latest pre-release: gem inst nokogiri --pre or per Gemfile: gem 'nokogiri', '1.6.8.rc3' The installation from source should work as well (with nokogiri-1.6.7): gem inst nokogiri --platform ruby |
@larskanis Thanks very much 👍 Perfect timing. |
@larskanis |
A quick workaround is the following (ruby 2.3 win64):
After that explictly include
|
@okeyparking |
As mentioned above, windows is supported in the prerelease and will be in 1.6.8 final. |
I'm totally new to this, could you tell me how to:
|
Same question as Zbromination, Plz explain
|
@okeyparking, @zuckerlinh: Hey, guys, just add |
Yes. It works. Thanks. :) |
Thanks @larskanis & @javix :) |
@javix @okeyparking @zuckerlinh I'm also totally new to this, and I have to ask how do you open my Rails application Gemfile and |
@BurstNova it would be better not to polute the issue tracker with such kind of questions, try Stackoverflow please. |
gem install rails
on nokogiri install fail with error: 'nokogiri requires Ruby version < 2.3, >= 1.9.2.'
gem install nokogiri -v '1.6.5'
solve problem of installation
but
gem update
again fails
The text was updated successfully, but these errors were encountered: