Created
February 21, 2019 06:52
-
-
Save iseitz/afb5497b609def91cd1c1793ac4636d8 to your computer and use it in GitHub Desktop.
Incompatible library version: nokogiri.bundle requires version 11.0.0 or later, but libxml2.2.dylib
This file contains 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
#uninstall nokogiri: | |
$ gem uninstall nokogiri | |
#install nokogiri | |
$ gem install nokogiri | |
#restart terminal\if needed run gem pristine byebug --version 11.0.0 | |
#solved! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment