I\'m trying to push my rails app to Heroku, and I keep getting the following error:
An error occurred while installing sqlite3 (1.3.8), and Bundler ca
I have modified the gem file to use sqlite only on development, and test.
But, my mistake was: I have forgotten to commit the changes on git.