I'm trying to deploy my rails app with Dokku. I added git remote to my repository and it starts deploying when I push remote, but it stops with this message:
Killed. Failed to install gems via Bundler.
! [remote rejected] master -> master (pre-receive hook declined)
- the gem at which it stops changes.
- It's my first time deploying to dokku.