We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc5cd9 commit c98f2f7Copy full SHA for c98f2f7
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.6'
+ spec.add_runtime_dependency 'selenium-webdriver', '~> 4.2', '< 4.7'
26
spec.add_runtime_dependency 'faye-websocket', '~> 0.11.0'
27
28
spec.add_development_dependency 'rake', '~> 13.0'
0 commit comments