The command is bundle update
(there is no "r" in the "bundle").
To check if bundler is installed do : gem list bundler
or even which bundle
and the command will list either the bundler version or the path to it. If nothing is shown, then install bundler by typing gem install bundler
.