【发布时间】:2012-03-02 15:22:49
【问题描述】:
我第一次尝试运行cap deploy,但出现此错误...
[11.12.13.140] sh -c 'cd /var/www/releases/20120302151641 && bundle install --gemfile /var/www/releases/20120302151641/Gemfile --path /var/www/shared/bundle --deployment --quiet --without development test'
** [out :: 11.12.13.140] Some gems seem to be missing from your vendor/cache directory.
** [out :: 11.12.13.140] Could not find libv8-3.3.10.4 in any of the sources
我的 Gemfile 中有这个 gem 'libv8', '3.3.10.4'
我将我的 gem 打包在 vendor/cache 目录中,我确实有这个 gem libv8-3.3.10.4-x86_64-linux
为什么我不断收到此错误?我该如何解决?
【问题讨论】:
标签: ruby-on-rails ruby capistrano