diff --git a/Gemfile b/Gemfile index b1f4ea9c8..fd0e7729d 100644 --- a/Gemfile +++ b/Gemfile @@ -156,7 +156,7 @@ group :test do gem "test-prof", "~> 0.11" # 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", "~> 5.1" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests - gem "webdrivers", "~> 4.2" # Run Selenium tests more easily with install and updates for all supported webdrivers + gem "webdrivers", "~> 4.3" # Run Selenium tests more easily with install and updates for all supported webdrivers gem "webmock", "~> 3.8" # 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 9ee923282..89243bb11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -812,7 +812,7 @@ GEM activemodel (>= 5.0) bindex (>= 0.4.0) railties (>= 5.0) - webdrivers (4.2.0) + webdrivers (4.3.0) nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (>= 3.0, < 4.0) @@ -980,7 +980,7 @@ DEPENDENCIES validate_url (~> 1.0) vcr (~> 5.1) web-console (~> 3.7) - webdrivers (~> 4.2) + webdrivers (~> 4.3) webmock (~> 3.8) webpacker (~> 5.0.1) yard (~> 0.9.24)