Mac user and getting WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.7.3

前端 未结 16 1587
暖寄归人
暖寄归人 2020-11-27 11:24

I have done all kinds of research and tried many different things. I know this question has been answered many times, but none of the suggested solutions are working for me.

16条回答
  •  暖寄归人
    2020-11-27 11:56

    The solution (for me) after updating to Mountain Lion was much simplier:

    gem uninstall nokogiri
    # (and ignore the warnings about dependencies)
    gem install nokogiri
    

提交回复
热议问题