Ruby in orbit – Mountain Lion – Libxml & Nokogiri

I just updated to OS X Mountain Lion and I get the following when using rails and terminal.

WARNING: Nokogiri was built against LibXML version 2.8.0, but has dynamically loaded 2.7.8

I saw a similar question Other answers, but they don’t seem to prevent the warning message from appearing.

Put gem’nokogiri’ above gem’pg’ in my Gemfile to fix this to me.

There is no nokogiri in my Gemfile, but it is a dependency in Gemfile.lock, so I put it in my Gemfile explicitly.

I just updated to OS X Mountain Lion and I get the following when using rails and terminal.

WARNING: Nokogiri was built against LibXML version 2.8.0, but has dynamically loaded 2.7.8

I saw a similar question Other answers, but they don’t seem to prevent the warning message from appearing.

Put gem’nokogiri’ above gem’pg’ in my Gemfile to fix this to me.

There is no nokogiri in my Gemfile, but it is a dependency in Gemfile.lock, so I put it in my Gemfile explicitly.

Leave a Comment

Your email address will not be published.