I have an account on a server that is not a super user. Because of this I've used RVM to install Ruby, and I've also installed a few gems.
However, the sqlite3-ruby gem does not want to install, since the sqlite3 binary is too old. I've downloaded a newer binary from the sqlite3 homepage, but I can't figure out how to point gem in the direction of the newer binary?