Skip to content

Commit 915e75d

Browse files
authored
don't use selenium-webdriver 3.5+ (#559)
1 parent 7e9c8ef commit 915e75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium_lib.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib
1414
s.require_paths = ['lib']
1515

16-
s.add_runtime_dependency 'selenium-webdriver', '~> 3.0', '>= 3.0.4'
16+
s.add_runtime_dependency 'selenium-webdriver', '>= 3.0.4', '<= 3.4'
1717
s.add_runtime_dependency 'awesome_print', '~> 1.7'
1818
s.add_runtime_dependency 'json', '>= 1.8'
1919
s.add_runtime_dependency 'tomlrb', '~> 1.1'

0 commit comments

Comments
 (0)