Skip to content

Commit 7bfa3af

Browse files
committed
bump selenium-webdriver
1 parent e545a40 commit 7bfa3af

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
@@ -264,7 +264,7 @@ group :test do
264264
gem "capybara-screenshot", "~> 1.0.17"
265265
gem "cuprite", "~> 0.15.0"
266266
gem "selenium-devtools"
267-
gem "selenium-webdriver", "~> 4.18.0"
267+
gem "selenium-webdriver", "~> 4.19.0"
268268

269269
gem "fuubar", "~> 2.5.0"
270270
gem "timecop", "~> 0.9.0"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ GEM
10321032
secure_headers (6.5.0)
10331033
selenium-devtools (0.123.0)
10341034
selenium-webdriver (~> 4.2)
1035-
selenium-webdriver (4.18.1)
1035+
selenium-webdriver (4.19.0)
10361036
base64 (~> 0.2)
10371037
rexml (~> 3.2, >= 3.2.5)
10381038
rubyzip (>= 1.2.2, < 3.0)
@@ -1331,7 +1331,7 @@ DEPENDENCIES
13311331
sanitize (~> 6.1.0)
13321332
secure_headers (~> 6.5.0)
13331333
selenium-devtools
1334-
selenium-webdriver (~> 4.18.0)
1334+
selenium-webdriver (~> 4.19.0)
13351335
semantic (~> 1.6.1)
13361336
shoulda-context (~> 2.0)
13371337
shoulda-matchers (~> 6.0)

0 commit comments

Comments
 (0)