I recently upgraded an existing application to Rails 3.0.3 and then to Ruby 1.9.2.
It works fine locally. I cleaned it up, did a final commit, and ran "bundle update". Then I ran: * heroku stack:migrate bamboo-mri-1.9.2 (it had been bamboo-ree-1.8.7) * heroku stack (to confirm success) * git push heroku master * heroku db:push On "heroku db:push", I get the following: "Taps 0.3 Load Error: RubyGem version error: sinatra(1.1.2 not ~> 1.0.0) You may need to install or update the taps gem to use db commands. On most systems this will be: sudo gem install taps" I can find no information on that error message. So I installed taps (which should have been there)... Successfully installed activesupport-3.0.5 Successfully installed rack-1.2.2 Successfully installed mime-types-1.16 Successfully installed rest-client-1.6.1 Successfully installed sequel-3.20.0 Successfully installed sinatra-1.0 Successfully installed sqlite3-1.3.3 Successfully installed sqlite3-ruby-1.3.3 Successfully installed taps-0.3.20 ... and got the same error. I tried uninstalling sinatra 1.1.2 but got the same error afterwards. I tried uninstalling sinatra 1.0.0, but Taps depends on this. I then uninstalled sinatra 1.1.2 and again got the same error. I reinstalled both sinatra 1.0.0 and taps 0.3.20 and still get the same error. Right now I have no more ideas. Anyone? -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
