Bundler::GemNotFound: Could not find rake-0.9.2.2 in any of the sources
capistranoを使用してアプリケーションをデプロイしているとき、および処理しているときに遭遇しましたdeploy:assets:precompile
。
コマンドは次のとおりです。
cd /opt/app/deploy/entercamp/releases/20120627132117 && /usr/local/rvm/rubies/jruby-1.6.7/bin/jruby --1.9 -S bundle exec rake RAILS_ENV=staging RAILS_GROUPS=assets assets:precompile
サーバーでコマンドを手動で試しましたが、問題なく動作します。bundle:install
そして、デプロイプロセスの結果出力にrake-0.9.2.2がインストールされていることがわかりました。
どこに問題があるのでしょうか?
詳細情報は次のとおりです。https ://gist.github.com/3005237