diff --git a/Gemfile b/Gemfile index f8be54514d5b6..e33ed7ede6735 100644 --- a/Gemfile +++ b/Gemfile @@ -170,7 +170,7 @@ group :test do gem "test-prof", "~> 0.12" # Ruby Tests Profiling Toolbox gem "timecop", "~> 0.9" # A gem providing "time travel" and "time freezing" capabilities, making it dead simple to test time-dependent code gem "vcr", "~> 6.0" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests - gem "webdrivers", "~> 4.4" # Run Selenium tests more easily with install and updates for all supported webdrivers + gem "webdrivers", "~> 4.6" # Run Selenium tests more easily with install and updates for all supported webdrivers gem "webmock", "~> 3.11", require: false # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests gem "zonebie", "~> 0.6.1" # Runs your tests in a random timezone end diff --git a/Gemfile.lock b/Gemfile.lock index d0f2eb938a470..85907a6953a5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -795,7 +795,7 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webdrivers (4.4.1) + webdrivers (4.6.0) nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (>= 3.0, < 4.0) @@ -972,7 +972,7 @@ DEPENDENCIES vcr (~> 6.0) wcag_color_contrast (~> 0.1) web-console (~> 4.1) - webdrivers (~> 4.4) + webdrivers (~> 4.6) webmock (~> 3.11) webpacker (~> 5.2.1) yard (~> 0.9.26) diff --git a/vendor/cache/webdrivers-4.4.1.gem b/vendor/cache/webdrivers-4.4.1.gem deleted file mode 100644 index 7d8d606154130..0000000000000 Binary files a/vendor/cache/webdrivers-4.4.1.gem and /dev/null differ diff --git a/vendor/cache/webdrivers-4.6.0.gem b/vendor/cache/webdrivers-4.6.0.gem new file mode 100644 index 0000000000000..beeb314dd6aa0 Binary files /dev/null and b/vendor/cache/webdrivers-4.6.0.gem differ