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

前端 未结 16 1581
暖寄归人
暖寄归人 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条回答
  •  Happy的楠姐
    2020-11-27 11:57

    Looks like you have updated your system libraries after installing the gem, so you have to update Nokogiri. To use the current lib version:

     gem install nokogiri -- --use-system-libraries
    

提交回复
热议问题