I have a homemade Sinatra application for which I intend to use Heroku to host it.
I use foreman and shotgun in development, with the following Procfile:
<
For those still looking for this, according to the docs foreman is not needed anymore. You can simply use:
foreman
heroku local -f Procfile.dev