i am having ruby version ruby-1.9.3-p547 [ x86_64 ] which i am using for Rails 3.0. Now i am having a project with rails version \'2.3.18\'. When
You need to install bundler
. Here are some words from RVM official website:
Starting with 1.11.0 new RVM installations has bundler enabled by default, you can still install it.
Try installing rubygems-bunder
with:
gem install rubygems-bundler
Now, to make all the executables bundler compatible, run:
gem regenerate_binstubs