Error while installing Nokogiri (1.6.7) on El Capitan

前端 未结 8 1878
执笔经年
执笔经年 2020-12-07 16:59

One of my developers have updated Nokogiri, and when pulling the updated Gemfile my bundle install fails.

➜  my-project git:(master) bundle inst         


        
8条回答
  •  独厮守ぢ
    2020-12-07 17:14

    Thank you for posting this! I finally got nokogirl to run with bundle install correctly for my app after running the following:

    bundle config build.nokogiri --use-system-libraries
    

提交回复
热议问题