gem install nokogiri -v '1.6.8.1' fails

前端 未结 4 791
轮回少年
轮回少年 2021-02-02 11:34

Building a new Rails app and getting a problem with nokogiri. Said to try gem install nokogiri -v \'1.6.8.1\' which fails with output below. I tried deleting Gemfil

4条回答
  •  北海茫月
    2021-02-02 11:45

    Run this first:

    xcode-select --install
    

    Then rerun your bundle install

    Reference: https://github.com/sparklemotion/nokogiri/issues/1483

提交回复
热议问题