Skip to content

Commit 5478638

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 98e8fef commit 5478638

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ GEM
192192
json
193193
rest-client
194194
securerandom (0.4.1)
195-
selenium-webdriver (4.29.1)
195+
selenium-webdriver (4.30.1)
196196
base64 (~> 0.2)
197197
logger (~> 1.4)
198198
rexml (~> 3.2, >= 3.2.5)
@@ -289,7 +289,7 @@ DEPENDENCIES
289289
rubocop (~> 1.74.0)
290290
rubyzip (~> 2.4)
291291
rushover (~> 0.3.0)
292-
selenium-webdriver (~> 4.29)
292+
selenium-webdriver (~> 4.30)
293293
sinatra (~> 3.2)
294294
slack-notifier (~> 2.4)
295295
sqlite3 (~> 2.6)

0 commit comments

Comments
 (0)