On Tue, Sep 18, 2012 at 3:57 PM, Jarmo <jarm...@gmail.com> wrote: > Add version too, i guess bundler takes last stable version of watir which has watir-classic as it's dependency: > gem "watir", "4.0.0.rc4"
My mistake. It installs watir gem just fine when I explicitly add version. $ bundle Fetching gem metadata from http://rubygems.org/........ Fetching gem metadata from http://rubygems.org/.. Installing commonwatir (4.0.0) Installing watir (4.0.0.rc4) Using bundler (1.2.0) Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. I thought watir gem would install watir-webdriver gem automatically, but looks like it is not the case: $ gem list *** LOCAL GEMS *** bundler (1.2.0) commonwatir (4.0.0) rake (0.9.2.2) rubygems-bundler (1.1.0) rvm (1.11.3.5) watir (4.0.0.rc4) $ irb > require "watir" => true > browser = Watir::Browser.new watir-webdriver gem is missing. Install it with the following command: gem install watir-webdriver Željko
_______________________________________________ Wtr-development mailing list Wtr-development@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-development