Merge pull request #3516 from beefproject/dependabot/bundler/selenium-webdriver-4.41.0

Build(deps-dev): bump selenium-webdriver from 4.40.0 to 4.41.0
This commit is contained in:
github-actions[bot]
2026-02-20 13:05:30 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ group :test do
# Note: selenium-webdriver 3.x is incompatible with Firefox version 48 and prior # Note: selenium-webdriver 3.x is incompatible with Firefox version 48 and prior
# gem 'selenium' # Requires old version of selenium which is no longer available # gem 'selenium' # Requires old version of selenium which is no longer available
gem 'geckodriver-helper', '~> 0.24.0' gem 'geckodriver-helper', '~> 0.24.0'
gem 'selenium-webdriver', '~> 4.40' gem 'selenium-webdriver', '~> 4.41'
# Note: nokogiri is needed by capybara which may require one of the below commands # Note: nokogiri is needed by capybara which may require one of the below commands
# sudo apt-get install libxslt-dev libxml2-dev # sudo apt-get install libxslt-dev libxml2-dev

View File

@@ -220,7 +220,7 @@ GEM
json json
rest-client rest-client
securerandom (0.4.1) securerandom (0.4.1)
selenium-webdriver (4.40.0) selenium-webdriver (4.41.0)
base64 (~> 0.2) base64 (~> 0.2)
logger (~> 1.4) logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5) rexml (~> 3.2, >= 3.2.5)
@@ -342,7 +342,7 @@ DEPENDENCIES
rubocop (~> 1.84.2) rubocop (~> 1.84.2)
rubyzip (~> 3.2) rubyzip (~> 3.2)
rushover (~> 0.3.0) rushover (~> 0.3.0)
selenium-webdriver (~> 4.40) selenium-webdriver (~> 4.41)
simplecov (~> 0.22) simplecov (~> 0.22)
sinatra (~> 4.1) sinatra (~> 4.1)
slack-notifier (~> 2.4) slack-notifier (~> 2.4)