Skip to content

Commit 7777164

Browse files
chore(deps): update selenium-webdriver requirement from ~> 4.2, < 4.15 to ~> 4.2, < 4.16 (#507)
Updates the requirements on [selenium-webdriver](https://github.com/SeleniumHQ/selenium) to permit the latest version. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](SeleniumHQ/selenium@selenium-4.2.0...selenium-4.15.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d43874 commit 7777164

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.15'
25+
spec.add_runtime_dependency 'selenium-webdriver', '~> 4.2', '< 4.16'
2626
spec.add_runtime_dependency 'faye-websocket', '~> 0.11.0'
2727

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

0 commit comments

Comments
 (0)