Gem install sqlite3 -v '1.3.13 >


#1

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


#2

Hey, really sorry but I can’t help, I’m not familiar with Rails. :( Maybe try Stack Overflow?


#3

It looks like it’s because you didn’t close the quote, so it’s still waiting for the final apostrophe. Add that and you should be good.