Created
June 5, 2014 06:50
-
-
Save satococoa/3ecbeb65bb157298060b to your computer and use it in GitHub Desktop.
nokogiri warning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
************************************************************************ | |
IMPORTANT! Nokogiri builds and uses a packaged version of libxslt. | |
If this is a concern for you and you want to use the system library | |
instead, abort this installation process and reinstall nokogiri as | |
follows: | |
gem install nokogiri -- --use-system-libraries | |
If you are using Bundler, tell it to use the option: | |
bundle config build.nokogiri --use-system-libraries | |
bundle install | |
************************************************************************ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment