From 5c6b56901521531492a90e428d0c0af5f7758eec Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Tue, 9 Nov 2010 13:46:43 +0100 Subject: [PATCH] Use latest selenium-webdriver --- Gemfile.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d277c3790..24e001680 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,6 +15,8 @@ GEM remote: http://rubygems.org/ specs: celerity (0.8.2) + childprocess (0.1.4) + ffi (~> 0.6.3) configuration (1.1.0) culerity (0.2.12) diff-lcs (1.1.2) @@ -44,8 +46,9 @@ GEM rspec-core (~> 2.0.1) rspec-expectations (~> 2.0.1) rubyzip (0.9.4) - selenium-webdriver (0.0.27) - ffi (>= 0.6.1) + selenium-webdriver (0.0.29) + childprocess (>= 0.0.7) + ffi (~> 0.6.3) json_pure rubyzip sinatra (1.0)