I am trying to create a staging instance of my app on heroku.
While I am doing git push staging master
I am getting
remote: Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
And after this I am getting issues with bundler where It says
An error occurred while installing sqlite3 (1.3.10), and Bundler cannot remote: continue. remote: Make sure that
gem install sqlite3 -v '1.3.10'
succeeds before bundling. remote: ! remote: ! Failed to install gems via Bundler.
I have the sqlite gem installed, and I installed it manually as well, I am still getting the same error.
Please help.