Mountain Lion - LibXML & Nokogiri

前端 未结 9 1594
一整个雨季
一整个雨季 2020-12-24 12:34

I\'ve just updated to OS X Mountain Lion and I\'m getting the following when working with rails and terminal.

WARNING: Nokogiri was built against LibXML vers         


        
9条回答
  •  無奈伤痛
    2020-12-24 13:17

    After upgrading ruby-build

    brew update
    brew upgrade ruby-build
    

    I just reinstalled ruby (last version)

    rbenv install 1.9.3-p194
    

    and then I installed all the gems related to my project including nokogiri without having further problems.

    gem install bundler
    bundle
    

提交回复
热议问题