when I push my rails 3 app git heroku master I get this error msg:
-----> Heroku receiving push -----> Rails app detected ! Heroku Bamboo does not include any Rails gems by default. ! You'll need to declare it in either .gems or Gemfile. ! See http://docs.heroku.com/gems for details on specifying gems. ! Heroku push rejected, no Rails gem specified.
error: hooks/pre-receive exited with error code 1 To [email protected]:glowing-rain-62.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to '[email protected]:glowing-rain-62.git'
I have gem 'rails', '3.0.3' specified in my gemfile, so I am not sure what the issue is....If anyone could help I would really appreciate it. Thanks..