2

この rake タスクを実行しようとしていますが、次のエラーが返され続けます:

Could not find libv8-3.3.10.4 in any of the sources
Run `bundle install` to install missing gems.

バンドラーを実行しようとすると、bundle installすべてが最新であると表示されます。

次のコマンドを使用してタスクを実行しています。 bundle exec rake deploy:staging

私のレーキタスクは次のようになります。

  task :staging  do
    app = "heroku-app-name"

    puts "Turn maintenance on"
    system "heroku maintenance:on --app #{app}"
  end
4

1 に答える 1