When i use "heroku db:push" to transfer my local data to heroku,i got this error message:
Sequel::AdapterNotFound -> LoadError: no such file to load -- sequel/adapters/mysql2
I already install the mysql2 gem, and i am using rvm with ruby 1.9.2 in Mac OS X Snow Leopard.