bundle install / update: libv8 (therubyracer) installation fails (with native extensions)

后端 未结 7 530
清酒与你
清酒与你 2020-12-01 06:29

I recently wanted to update my gem bundle but ran into installation problems with libv8 (requirement for therubyracer):

Installing libv8 (3.3.10.3) with native ext         


        
相关标签:
7条回答
  • 2020-12-01 07:21

    Be sure to reference ruby in your Gemfile

    gem 'therubyracer', :platform => :ruby
    

    and then run bundle update.

    0 讨论(0)
提交回复
热议问题