I am writing a ruby (not rails) application and, locally, I run it by running ruby main.rb. What should my procfile look like on Heroku? I have this:
ruby main.rb
<