I'm on Ubuntu 11.04 using Ruby 1.9.2 with RVM and RubyGems 1.8.5 and when I run
gem install taps
I get
ERROR: While executing gem ... (NoMethodError)
undefined method `<<' for #<Bundler::SpecSet:0x000000020fbc50>
I can successfully migrate my db with
heroku rake db:migrate
I'm trying to install taps so that I can run
heroku db:push
which gives the error
Taps Load Error: no such file to load -- taps/operation
You may need to install or update the taps gem to use db commands.
On most systems this will be:
sudo gem install taps
Thanks for any help!