Lonny,

That's the answer I was looking for.  I hadn't had time to read about
RVM yet.  I was just thinking  - this is not a new challenge, surely
there is some way other than using Git - although Git does the job
handily as well. It's essentially doing the same thing - one instance
of Ruby and multiple gem sets.

Thank you and everyone else for pointing me in the right direction on
this,
Darryl

On Mar 31, 11:14 am, Lonny Eachus <lon...@gmail.com> wrote:
> Darryl,
>
> You don't have to install multiple instances of Ruby to use RVM. You
> can use a single instance of Ruby and create multiple gemsets,
> specified with "@". Then you install different versions of Watir in
> their own gemsets. Once you have each gemset created, switching
> between them is quick and painless:
>
>    RVM use 1....@1.6.2  # This sets RVM to Ruby 1.9.2 using a gemset
> called "1.6.2"
>
>    RVM use 1....@1.7.0
>
> and so on.
>
> On Mar 30, 11:49 am, Darryl Brown <d-l-br...@roadrunner.com> wrote:
>
> > RVM is a Ruby version manager.  I'm trying to find out if there is a
> > better way to manage multiple versions of Watir. Using Git with a
> > branch for each version is working.  Are you guys suggesting that I
> > should manage multiple instances of Ruby with each one having a unique
> > version of Watir??  -or- am I missing something?
>
> > Darryl
>
> > On Mar 30, 2:32 pm, Adam Reed <reed.a...@gmail.com> wrote:

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to