git - Rails app using sqlite3 for development won't deploy into heroku -
i trying deploy rails app created using sqlite3. after running git push heroku master keep getting following error initializing repository, done. counting objects: 164, done. delta compression using 4 threads. compressing objects: 100% (147/147), done. writing objects: 100% (164/164), 78.88 kib | 0 bytes/s, done. total 164 (delta 33), reused 0 (delta 0) -----> ruby app detected -----> compiling ruby/rails -----> using ruby version: ruby-2.0.0 -----> installing dependencies using 1.6.3 running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment fetching gem metadata https://rubygems.org/......... fetching additional metadata https://rubygems.org/.. installing rake 10.3.2 installing i18n 0.6.9 installing minitest 5.3.5 installing thread_safe 0.3.4 installing builder 3.2.2 installing erubis 2.7.0 installing rack 1.5.2 installing mime-ty