Skip to content

Instantly share code, notes, and snippets.

@iseitz
Created February 21, 2019 06:52
Show Gist options
  • Save iseitz/afb5497b609def91cd1c1793ac4636d8 to your computer and use it in GitHub Desktop.
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
#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