Skip to content

Commit 44f480c

Browse files
Bump selenium-webdriver from 4.29.1 to 4.30.1
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.29.1 to 4.30.1. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/commits) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8935408 commit 44f480c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ group :test do
7979
# Note: selenium-webdriver 3.x is incompatible with Firefox version 48 and prior
8080
# gem 'selenium' # Requires old version of selenium which is no longer available
8181
gem 'geckodriver-helper', '~> 0.24.0'
82-
gem 'selenium-webdriver', '~> 4.29'
82+
gem 'selenium-webdriver', '~> 4.30'
8383

8484
# Note: nokogiri is needed by capybara which may require one of the below commands
8585
# sudo apt-get install libxslt-dev libxml2-dev

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ GEM
8989
json (2.10.2)
9090
language_server-protocol (3.17.0.4)
9191
lint_roller (1.1.0)
92-
logger (1.6.6)
92+
logger (1.7.0)
9393
matrix (0.4.2)
9494
maxmind-db (1.2.0)
9595
method_source (1.1.0)
@@ -194,7 +194,7 @@ GEM
194194
json
195195
rest-client
196196
securerandom (0.4.1)
197-
selenium-webdriver (4.29.1)
197+
selenium-webdriver (4.30.1)
198198
base64 (~> 0.2)
199199
logger (~> 1.4)
200200
rexml (~> 3.2, >= 3.2.5)
@@ -291,7 +291,7 @@ DEPENDENCIES
291291
rubocop (~> 1.75.1)
292292
rubyzip (~> 2.4)
293293
rushover (~> 0.3.0)
294-
selenium-webdriver (~> 4.29)
294+
selenium-webdriver (~> 4.30)
295295
sinatra (~> 3.2)
296296
slack-notifier (~> 2.4)
297297
sqlite3 (~> 2.6)

0 commit comments

Comments
 (0)