Rails 4 アプリでステージング サーバーをセットアップしようとしています。「cap staging deploy」を実行すると、コマンドが次のエラーで中止されます。
The deploy has failed with an error: #<SSHKit::Command::Failed: bundle exit status: 7
bundle stdout: Nothing written
bundle stderr: Nothing written
「キャップアボート」は次のとおりです。
Could not find font-awesome-sass-4.0.2 in any of the sources
これが何を意味するのかを見つける方法についてのアイデアはありますか? Font awesome sass 4.0.2 は間違いなく私の gemfile にあり、インストールされています。