Upgraded to ruby 1.9.2 and getting Segmentation Fault errors in nokogiri

前端 未结 5 558
半阙折子戏
半阙折子戏 2021-01-03 08:52

I decided to upgrade to 1.9.2 ruby yesterday and also installed rvm to do it. I ran a few recent files I had working previously on 1.8.7 but anything requiring nokogiri fail

5条回答
  •  粉色の甜心
    2021-01-03 09:11

    all the suggestions here didn't work for me, but the abridged answer to this issue by mmrobins below:

    rvm gemset empty
    

    followed by a standard bundle install got everything working for me.

提交回复
热议问题