我在 Ubuntu 11.04 上使用 Ruby 1.9.2 和 RVM 和 RubyGems 1.8.5,当我运行
gem install taps
我明白了
ERROR: While executing gem ... (NoMethodError)
undefined method `<<' for #<Bundler::SpecSet:0x000000020fbc50>
我可以成功地迁移我的数据库
heroku rake db:migrate
我正在尝试安装水龙头以便我可以运行
heroku db:push
这给出了错误
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
谢谢你的帮助!