I cloned a repository and tried to run rails s. However, I received the following error:
rails s
/Users/me/.rbenv/versions/1.9.3-p547/lib/ruby/1.9.1/rub
You likely have bundler gem missing.
bundler
To get it to work run (first command may need be executed with sudo, depending on your environment):
sudo
[sudo] gem install bundler bundle install