Trying to push or pull heroku’s db by doing this:
heroku db:pull OR heroku db:push
And I got the next output
! Taps Load Error: no such file to load -- sqlite3
! You may need to install or update the taps gem to use db commands.
! On most systems this will be:
!
! sudo gem install taps
There are two ways to do this. The first one is by adding in your project’s gem file the next line (doesn’t matter if you’re using postgres db)
And the other solution is to view the source code of the
tapsgem atpath/to/taps/lib/tapsand remove from the filecli.rbthe line 10: