I've got a problem when I try this command : git push heroku master
My error message is like that :
! Failed to install gems via bundler
! Detected sqlite3 gem which is not supported on Heroku.
! https://devcenter.heroku.com/articles/sqlite3
! Push rejected, failed to compile Ruby app
I've been trying everything I could find on StackOverflow about Gemfile modification.
Do you have any idea how i can solve my problem ?