From 6ed37c7372c9562502ccd5f3d99a91d035be8970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 15:53:52 -0400 Subject: [PATCH] chore(deps): update selenium-webdriver requirement from ~> 4.2, < 4.12 to ~> 4.2, < 4.13 (#494) 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](https://github.com/SeleniumHQ/selenium/compare/selenium-4.2.0...selenium-4.12.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- appium_lib_core.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appium_lib_core.gemspec b/appium_lib_core.gemspec index d053a25d..ffc604c0 100644 --- a/appium_lib_core.gemspec +++ b/appium_lib_core.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_runtime_dependency 'selenium-webdriver', '~> 4.2', '< 4.12' + spec.add_runtime_dependency 'selenium-webdriver', '~> 4.2', '< 4.13' spec.add_runtime_dependency 'faye-websocket', '~> 0.11.0' spec.add_development_dependency 'rake', '~> 13.0'