I thought the below command would switch bundler
installation, but it actually raised an error.
$ bundle _1.10.6_ -v
Could not find command "_1.10.6_".
$ bundle -v
Bundler version 1.13.6
$ gem list | grep bundle
bundler (1.13.6, 1.10.6)
What should I do?