I have a simple Rails application I want to deploy to Heroku. When I run the below command
git push heroku master
The below error message is di
Delete the Gemfile.lock file, and run bundle install. This works for me!