Skip to content

Commit

Permalink
Work with selenium v4.0 pre-releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Jun 11, 2019
1 parent a287cad commit ffc7fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdrivers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'nokogiri', '~> 1.6'
s.add_runtime_dependency 'rubyzip', '~> 1.0'
s.add_runtime_dependency 'selenium-webdriver', '~> 3.0'
s.add_runtime_dependency 'selenium-webdriver', '>= 3.0', '< 4.0'
end

0 comments on commit ffc7fc9

Please sign in to comment.