I'm new to rails. I'm trying to push my new rails app to heroku via git but I keep getting the error message: "An error occurred while installing sqlite3 (1.3.6), and Bundler cannot continue. Make sure that 'gem install sqlite3 -v '1.3.6' ' succeeds before bundling.
I checked and I already have the sqlite3 gem. Just to be same I updated the gemfile but this still didn't solve the heroku push problem. Also following the tutorial on this page, I'm told I have to go to my Gemfile and replace sqlite3 with pg. I don't I should do that because I'm currently using sqlite3 as the application for my database. Will changing to pg solve my problem with heroku? Also will it affect my app or my ability to use sqlite3 any further? Thanks guys