I accidentally ran:
sudo gem install sqlite3
instead of:
sudo gem install sqlite3-ruby
So now when I run gem list I get:
gem list
*** LOCAL GEMS ***
sqlite3 (0.0.7)
sqlite3-ruby (1.2.5)
What is the difference between the two? And do I need both?