面对< therubyracer-0.12.1',' libv8-3.16.14.0'之间的兼容性问题和' v8'。哪个宝石版本会解决这个问题?
答案 0 :(得分:0)
在与这个问题作斗争时,这对我有用了几次。
在终端--with system:
中手动安装libv8
gem install libv8 -v '3.16.14.3' -- --with-system-v8
对therubyracer
gem install therubyracer
然后像往常一样在Gemfile中加入therubyracer
。