Skip to content

Commit

Permalink
Update gemspec selenium-webdriver dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
agibralter committed Apr 28, 2011
1 parent eef139f commit 0388eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capybara.gemspec
Expand Up @@ -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", [">= 0.0.27"])
s.add_runtime_dependency("selenium-webdriver", ["~> 0.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"])
Expand Down

0 comments on commit 0388eb9

Please sign in to comment.