mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Bump to selenium-webdriver 2.2 since #425 fixed there
This commit is contained in:
parent
6641fddcfc
commit
7c01196902
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.add_runtime_dependency("nokogiri", [">= 1.3.3"])
|
||||
s.add_runtime_dependency("mime-types", [">= 1.16"])
|
||||
s.add_runtime_dependency("selenium-webdriver", ["~> 2.0.0"])
|
||||
s.add_runtime_dependency("selenium-webdriver", ["~> 2.2.0"])
|
||||
s.add_runtime_dependency("rack", [">= 1.0.0"])
|
||||
s.add_runtime_dependency("rack-test", [">= 0.5.4"])
|
||||
s.add_runtime_dependency("xpath", ["~> 0.1.4"])
|
||||
|
|
Loading…
Reference in a new issue