We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9c8ef commit 915e75dCopy full SHA for 915e75d
appium_lib.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
s.homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib
14
s.require_paths = ['lib']
15
16
- s.add_runtime_dependency 'selenium-webdriver', '~> 3.0', '>= 3.0.4'
+ s.add_runtime_dependency 'selenium-webdriver', '>= 3.0.4', '<= 3.4'
17
s.add_runtime_dependency 'awesome_print', '~> 1.7'
18
s.add_runtime_dependency 'json', '>= 1.8'
19
s.add_runtime_dependency 'tomlrb', '~> 1.1'
0 commit comments