Ignoring GEM because its extensions are not built

前端 未结 18 1359
陌清茗
陌清茗 2020-12-04 06:35

On both my work and home computers, I recently upgraded Ruby to 2.3.1, using ruby-install. I use chruby as my Ruby switcher.

I started seei

18条回答
  •  一生所求
    2020-12-04 07:16

    If you are using rvm like me, the fix could a simple:

    rvm get stable
    rvm reload
    

    As stated in this answer https://apple.stackexchange.com/a/192513

提交回复
热议问题