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

Problem with installing nokogiri #1

Open
lukaskurz opened this issue Apr 8, 2018 · 0 comments
Open

Problem with installing nokogiri #1

lukaskurz opened this issue Apr 8, 2018 · 0 comments
Assignees

Comments

@lukaskurz
Copy link
Member

Problem

When trying to run bundle install, it fails at installing nokogiri.

Fetching nokogiri 1.6.8.1 (x64-mingw32)
Installing nokogiri 1.6.8.1 (x64-mingw32)
Gem::InstallError: nokogiri requires Ruby version < 2.4, >= 1.9.2.
An error occurred while installing nokogiri (1.6.8.1), and Bundler cannot
continue.
Make sure that `gem install nokogiri -v '1.6.8.1'` succeeds before bundling.

In Gemfile:
  nokogiri

On windows, there are no more installers for ruby 1.9.* found, on the ruby website. I don't if that's also the case for linux.

Proposal

Change the nokogiri version to something take works with newer versions of ruby and check if everything else works with ruby >2.0.0, since this has probably always been executed with an older ruby version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants