Hello
I try to push my Rails app to Heroku.
I get this error:
remote: An error occurred while installing sqlite3 (1.3.13), and Bundler cannot
remote: continue.
remote: Make sure that gem install sqlite3 -v '1.3.13'
succeeds before bundling.
So I run it:
gem install sqlite3 -v '1.3.13
And all that happens is its waiting for me to write something by writing
Jonass-MacBook-Pro:nanobo10 JonasPreisler$ gem install sqlite3 -v '1.3.13
What to write here?
(also I installed postgres on my mac if that makes any difference)
Thank you
Jonas