I have downloaded the older version of bundler I need but I'm not sure how to make my bundler command line commands use this older version of the gem? How would I do this?
Background
- Need to use ruby 1.8.7 on dreamhost, so have targeted Rails v3.2 for this.
- It seems I need to use an older version of bundler with ruby 1.8.7 so I've targeted bundler version 1.0.22 for this. I note this as if I use bundler v1.9.2 I'm getting after "bundle install" the error "Gem::InstallError: i18n requires Ruby version >= 1.9.3."
Command line
Gregs-MacBook-Pro:weekends Greg$ gem list bundler
*** LOCAL GEMS ***
bundler (1.9.2, 1.0.22, 1.0.0)
Gregs-MacBook-Pro:weekends Greg$ bundler -v
Bundler version 1.9.2