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

后端 未结 7 576
清酒与你
清酒与你 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.

提交回复
热议问题