Bundle update fails on ffi

后端 未结 11 1943
闹比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:33

    Ubuntu Trusty LTS 14.04

    Needed to switch from ruby 2.2.1 to 2.3.0 to support newer gem versions in Rails app.

    Solution:

    1. rvm get stable
    2. rvm remove 2.3.0
    3. rvm install 2.3.0
    4. bundle install

提交回复
热议问题