I'm trying to use Heroku's Taps gem to get my database from their server.
When I run
$heroku db:pull
it says I need to install the Taps gem using the command:
sudo gem install taps
I run this command, and as expected, Taps says it has installed ("1 gem installed"). I'm able to run the Gem update taps command without an error after installing.
However,
$gem list
does not show Taps as installed, and I cannot see it in the gem folder at
/Users/username/.rvm/gems/ree-1.8.7-2010.02@timeline
Needless to say, I cannot run the Heroku db:pull command because of this.
I am running bundlr and RVM, I don't know if these are relevant.
I'm sure I'm doing something simple wrong...