Skip to content

Commit

Permalink
chore(deps): update selenium-webdriver requirement from ~> 4.2, < 4.1…
Browse files Browse the repository at this point in the history
…2 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](SeleniumHQ/selenium@selenium-4.2.0...selenium-4.12.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2023
1 parent a2256f4 commit 6ed37c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appium_lib_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6ed37c7

Please sign in to comment.