I am trying to push to master but it's not working. I used
git push heroku master
The error I'm getting is
An error occurred while installing sqlite3 (1.3.9), and Bundler cannot continue.
Make sure that `gem install sqlite3 -v '1.3.9'` succeeds before bundling.
!
! Failed to install gems via Bundler.
!
! Detected sqlite3 gem which is not supported on Heroku.
! https://devcenter.heroku.com/articles/sqlite3
!
enter code here
! Push rejected, failed to compile Ruby app
To git@heroku.com:jmatharu.git enter code here
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:jmatharu.git'
Can anyone help me in this case.