【发布时间】:2013-11-03 07:59:13
【问题描述】:
当我运行 bundle install 时,我得到了
An error occurred while installing libv8 (3.11.8.17), and Bundler cannot continue.
Make sure that `gem install libv8 -v '3.11.8.17'` succeeds before bundling.
Libv8 是 lunchy 和 therubyracer gems 的依赖项。
我已在3.11.8.17 上锁定了我的Gemfile.lock libv8 gem
但是我发现可以降级到3.3.10.4
bundle install / update: libv8 (therubyracer) installation fails (with native extensions)
怎么做?
我还发现 3.11.8.17 gem 工作,但不知道如何在我的系统上实现它。
https://github.com/cowboyd/libv8/issues/107#issuecomment-26146673
【问题讨论】:
-
您能否将
libv8更新为3.16.14.3并将therubyracer更新为0.12.0?我今天看到了类似的问题,并且碰到这些宝石修复了它。
标签: ruby-on-rails ruby gem bundle osx-mavericks