We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d43874 commit 7777164Copy full SHA for 7777164
appium_lib_core.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
spec.require_paths = ['lib']
24
25
- spec.add_runtime_dependency 'selenium-webdriver', '~> 4.2', '< 4.15'
+ spec.add_runtime_dependency 'selenium-webdriver', '~> 4.2', '< 4.16'
26
spec.add_runtime_dependency 'faye-websocket', '~> 0.11.0'
27
28
spec.add_development_dependency 'rake', '~> 13.0'
0 commit comments