upgrade selenium-webdriver to 2.4 for FF6 support
This commit is contained in:
parent
1da481d362
commit
4d4d11b90b
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -103,7 +103,7 @@ end
|
|||
group :test do
|
||||
gem 'factory_girl_rails'
|
||||
gem 'fixture_builder', '0.2.2'
|
||||
gem 'selenium-webdriver', '0.2.2'
|
||||
gem 'selenium-webdriver', '2.4'
|
||||
gem 'capybara', '~> 0.3.9'
|
||||
gem 'cucumber-rails', '0.3.2'
|
||||
gem 'rspec', '>= 2.0.0'
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ GEM
|
|||
ohai (>= 0.5.7)
|
||||
rest-client (< 1.7.0, >= 1.0.4)
|
||||
uuidtools
|
||||
childprocess (0.2.0)
|
||||
childprocess (0.2.1)
|
||||
ffi (~> 1.0.6)
|
||||
closure-compiler (1.1.1)
|
||||
cloudfiles (1.4.10)
|
||||
|
|
@ -399,8 +399,8 @@ GEM
|
|||
rubyntlm (0.1.1)
|
||||
rubyzip (0.9.4)
|
||||
sass (3.1.4)
|
||||
selenium-webdriver (0.2.2)
|
||||
childprocess (>= 0.1.9)
|
||||
selenium-webdriver (2.4.0)
|
||||
childprocess (>= 0.2.1)
|
||||
ffi (>= 1.0.7)
|
||||
json_pure
|
||||
rubyzip
|
||||
|
|
@ -511,7 +511,7 @@ DEPENDENCIES
|
|||
ruby-debug
|
||||
ruby-debug19
|
||||
sass (= 3.1.4)
|
||||
selenium-webdriver (= 0.2.2)
|
||||
selenium-webdriver (= 2.4)
|
||||
settingslogic (= 2.0.6)
|
||||
sod!
|
||||
sqlite3
|
||||
|
|
|
|||
Loading…
Reference in a new issue