Skip to content

Commit 9131401

Browse files
authoredFeb 20, 2024
Bump selenium-webdriver from 4.17.0 to 4.18.1
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.17.0 to 4.18.1. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](SeleniumHQ/selenium@selenium-4.17.0...selenium-4.18.1) --- 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 aa030d6 commit 9131401

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ group :test do
7878
# Note: selenium-webdriver 3.x is incompatible with Firefox version 48 and prior
7979
# gem 'selenium' # Requires old version of selenium which is no longer available
8080
gem 'geckodriver-helper', '~> 0.24.0'
81-
gem 'selenium-webdriver', '~> 4.17'
81+
gem 'selenium-webdriver', '~> 4.18'
8282

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

‎Gemfile.lock

+2-3
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ GEM
184184
rushover (0.3.0)
185185
json
186186
rest-client
187-
selenium-webdriver (4.17.0)
187+
selenium-webdriver (4.18.1)
188188
base64 (~> 0.2)
189189
rexml (~> 3.2, >= 3.2.5)
190190
rubyzip (>= 1.2.2, < 3.0)
@@ -243,7 +243,6 @@ GEM
243243
nokogiri (~> 1.8)
244244

245245
PLATFORMS
246-
aarch64-linux
247246
arm64-darwin-22
248247
arm64-darwin-23
249248
x86_64-linux
@@ -280,7 +279,7 @@ DEPENDENCIES
280279
rubocop (~> 1.60.2)
281280
rubyzip (~> 2.3)
282281
rushover (~> 0.3.0)
283-
selenium-webdriver (~> 4.17)
282+
selenium-webdriver (~> 4.18)
284283
sinatra (~> 3.2)
285284
slack-notifier (~> 2.4)
286285
sqlite3 (~> 1.7)

0 commit comments

Comments
 (0)