Skip to content

Commit dece87d

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

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Gemfile.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ GEM
7777
ast (2.4.3)
7878
base64 (0.3.0)
7979
bcrypt (3.1.20)
80+
bcrypt_pbkdf (1.1.1)
8081
bcrypt_pbkdf (1.1.1-x86_64-darwin)
8182
benchmark (0.4.1)
8283
bigdecimal (3.3.1)
@@ -181,6 +182,8 @@ GEM
181182
nio4r (2.7.4)
182183
nokogiri (1.18.10-x86_64-darwin)
183184
racc (~> 1.4)
185+
nokogiri (1.18.10-x86_64-linux-gnu)
186+
racc (~> 1.4)
184187
orm_adapter (0.5.0)
185188
ostruct (0.6.3)
186189
parallel (1.27.0)
@@ -285,9 +288,9 @@ GEM
285288
rubocop-performance (>= 1.24)
286289
rubocop-rails (>= 2.30)
287290
ruby-progressbar (1.13.0)
288-
rubyzip (3.2.0)
291+
rubyzip (3.2.1)
289292
securerandom (0.4.1)
290-
selenium-webdriver (4.37.0)
293+
selenium-webdriver (4.38.0)
291294
base64 (~> 0.2)
292295
logger (~> 1.4)
293296
rexml (~> 3.2, >= 3.2.5)
@@ -310,6 +313,7 @@ GEM
310313
railties (>= 7.1)
311314
thor (>= 1.3.1)
312315
sqlite3 (2.7.4-x86_64-darwin)
316+
sqlite3 (2.7.4-x86_64-linux-gnu)
313317
sshkit (1.24.0)
314318
base64
315319
logger
@@ -322,6 +326,7 @@ GEM
322326
stringio (3.1.7)
323327
thor (1.4.0)
324328
thruster (0.1.16-x86_64-darwin)
329+
thruster (0.1.16-x86_64-linux)
325330
timeout (0.4.3)
326331
tsort (0.2.0)
327332
turbo-rails (2.0.17)
@@ -352,6 +357,7 @@ GEM
352357

353358
PLATFORMS
354359
x86_64-darwin-20
360+
x86_64-linux
355361

356362
DEPENDENCIES
357363
bootsnap

0 commit comments

Comments
 (0)