Skip to content

Commit 9e7efdf

Browse files
authored
chore: bump selenium webdriver version (#474)
1 parent 488e6f5 commit 9e7efdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium_lib_core.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2323
spec.require_paths = ['lib']
2424

25-
spec.add_runtime_dependency 'selenium-webdriver', '~> 4.2', '< 4.10'
25+
spec.add_runtime_dependency 'selenium-webdriver', '~> 4.2', '< 4.11'
2626
spec.add_runtime_dependency 'faye-websocket', '~> 0.11.0'
2727

2828
spec.add_development_dependency 'rake', '~> 13.0'

0 commit comments

Comments
 (0)