Bundle update fails on ffi

后端 未结 11 1903
闹比i
闹比i 2020-12-05 14:11

I\'m attempting to do a bundle update on my rails application but I get the following error:

Installing ffi (1.0.11) with native extensions Unfo         


        
11条回答
  •  南方客
    南方客 (楼主)
    2020-12-05 14:29

    For me I just didn't have gcc installed, solve in Ubuntu by:

    sudo apt install build-essential
    

提交回复
热议问题