Skip to content

Commit

Permalink
Bump selenium-webdriver from 4.18.1 to 4.19.0
Browse files Browse the repository at this point in the history
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.18.1 to 4.19.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.18.1...selenium-4.19.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent 58627f3 commit da01cae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ gem 'capybara', '~> 3.40'
gem 'cucumber', '~> 9.2'
gem 'pry', '~> 0.14.2'
gem 'rspec', '~> 3.13'
gem 'selenium-webdriver', '~> 4.18'
gem 'selenium-webdriver', '~> 4.19'
gem 'solargraph', '~> 0.50.0'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ GEM
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
selenium-webdriver (4.18.1)
selenium-webdriver (4.19.0)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -178,7 +178,7 @@ DEPENDENCIES
cucumber (~> 9.2)
pry (~> 0.14.2)
rspec (~> 3.13)
selenium-webdriver (~> 4.18)
selenium-webdriver (~> 4.19)
solargraph (~> 0.50.0)

BUNDLED WITH
Expand Down

0 comments on commit da01cae

Please sign in to comment.