This morning I was helping a coworker get some things up and running with watir 
and noticed that he had inadvertently got 1.6.5.  Since 1.6.5 changes the way 
.visible? works, we decided to go back to 1.6.2 and make sure everything was ok 
there.  We removed watir, commonwatir and firewatir and verified that 
everything was uninstalled.  After that, we did the following:

C:\ >gem install watir -v 1.6.2
ERROR:  Error installing watir:
        firewatir requires commonwatir (= 1.6.5, runtime)

C:\ >gem list --local

*** LOCAL GEMS ***
(removed unnecessary gems)
...
commonwatir (1.6.2)
...

C:\ >gem install firewatir -v 1.6.2
Successfully installed firewatir-1.6.2
1 gem installed
Installing ri documentation for firewatir-1.6.2...
Installing RDoc documentation for firewatir-1.6.2...

C:\ >gem install watir -v 1.6.2
Successfully installed watir-1.6.2
1 gem installed
Installing ri documentation for watir-1.6.2...
Installing RDoc documentation for watir-1.6.2...

So, to me it seems that there is a gem dependency in the firewatir install for 
commonwatir 1.6.5 (or maybe it's just the latest version).

What do you think?

Alan

This email message and any attachments are for the sole use of the intended 
recipients and may contain proprietary and/or confidential information which 
may be privileged or otherwise protected from disclosure. Any unauthorized 
review, use, disclosure or distribution is prohibited. If you are not an 
intended recipient, please contact the sender by reply email and destroy the 
original message and any copies of the message as well as any attachments to 
the original message.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to