I am getting the response below when I try to deploy my app to heroku
I have a Procfile with 'web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb'
I am using unicorn
hangman git:(master) ✗ git push heroku master
Initializing repository, done.
Counting objects: 252, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (168/168), done.
Writing objects: 100% (252/252), 375.50 KiB | 0 bytes/s, done.
Total 252 (delta 73), reused 217 (delta 53)
Push rejected, no Cedar-supported app detected
To git@heroku.com:calm-taiga-4375.git
[remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:calm-taiga-4375.git'