When I added a gem to my app's Gemfile
, committed the changes, and attempted to git push heroku master
, it simply told me all the changes were up-to-date, via the message below.
$ git push heroku master
Everything up-to-date
How can I go about diagnosing this problem? thank you.