Skip to content

Commit

Permalink
Bump selenium-webdriver from 4.24.0 to 4.26.0
Browse files Browse the repository at this point in the history
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.24.0 to 4.26.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.24.0...selenium-4.26.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 Oct 30, 2024
1 parent 719bcb3 commit 4da3247
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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.24'
gem 'selenium-webdriver', '~> 4.26'
gem 'solargraph', '~> 0.50.0'
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
logger (1.6.0)
logger (1.6.1)
matrix (0.4.2)
method_source (1.1.0)
mime-types (3.5.2)
Expand Down Expand Up @@ -99,8 +99,7 @@ GEM
require_all (3.0.0)
reverse_markdown (2.1.1)
nokogiri
rexml (3.3.6)
strscan
rexml (3.3.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -129,7 +128,7 @@ GEM
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
selenium-webdriver (4.24.0)
selenium-webdriver (4.26.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -151,7 +150,6 @@ GEM
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
strscan (3.1.0)
sys-uname (1.3.0)
ffi (~> 1.1)
thor (1.3.1)
Expand All @@ -171,7 +169,7 @@ DEPENDENCIES
cucumber (~> 9.2)
pry (~> 0.14.2)
rspec (~> 3.13)
selenium-webdriver (~> 4.24)
selenium-webdriver (~> 4.26)
solargraph (~> 0.50.0)

BUNDLED WITH
Expand Down

0 comments on commit 4da3247

Please sign in to comment.