1

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.

Sebastián Palma
  • 32,692
  • 6
  • 40
  • 59
Kurt Mueller
  • 3,173
  • 2
  • 29
  • 50

1 Answers1

0

Try to the following:

git push heroku heroku:master

fongfan999
  • 2,565
  • 1
  • 12
  • 21