Not sure why that would happen. You should be able to fix it by installing the dependency manually:
gem install selenium-webdriver On Tue, Jan 12, 2010 at 2:38 PM, Željko Filipin <[email protected]> wrote: > On Tue, Jan 12, 2010 at 2:00 PM, Jari Bakken <[email protected]> wrote: >> gem install watir-webdriver --pre > > Jari, > > Thanks a lot for releasing the gem. > > I thought required gems are installed by default, but I got error message. > Is it because of pre-release gem? > > $ sudo gem install watir-webdriver --pre > ERROR: Error installing watir-webdriver: > watir-webdriver requires selenium-webdriver (>= 0.0.10, runtime) > > $ ruby -v > ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0] > > $ gem -v > 1.3.5 > > Mac OS X 10.6.2 > > Željko > > _______________________________________________ > Wtr-development mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-development > _______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
