I'm getting the following error when I try to deploy my project using capistrano:
Gem::LoadError: Could not find 'rubygems-bundler' (>= 0) among 69 total gem(s)
An error occured while installing cocaine (0.3.2), and Bundler cannot continue.
Make sure that `gem install cocaine -v '0.3.2'` succeeds before bundling.
now a gem list | grep cocaine
says cocaine (0.4.2, 0.3.2, 0.2.1)
and a gem list | grep rubygems-bundler
says rubygems-bundler (1.0.2)
so i know the gems are installed.
which ruby
says /home/ubuntu/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
Anyone have any ideas? Thanks in advance!