diff --git a/Gemfile b/Gemfile index 3ebe5ae8f..0a39ed964 100644 --- a/Gemfile +++ b/Gemfile @@ -168,7 +168,7 @@ group :test do gem "test-prof", "~> 1.0" # 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.6" # Run Selenium tests more easily with install and updates for all supported webdrivers + gem "webdrivers", "~> 4.7" # Run Selenium tests more easily with install and updates for all supported webdrivers gem "webmock", "~> 3.14", require: false # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests gem "with_model", "~> 2.1.5" # Dynamically build a model within an RSpec context gem "zonebie", "~> 0.6.1" # Runs your tests in a random timezone diff --git a/Gemfile.lock b/Gemfile.lock index aeaa042e8..196f61163 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ GEM carrierwave fastimage chartkick (4.0.5) - childprocess (3.0.0) + childprocess (4.1.0) cloudinary (1.21.0) aws_cf_signer rest-client (>= 2.0.0) @@ -732,8 +732,9 @@ GEM addressable (>= 2.3.5) faraday (> 0.8, < 2.0) sax-machine (1.3.2) - selenium-webdriver (3.142.7) - childprocess (>= 0.5, < 4.0) + selenium-webdriver (4.0.0) + childprocess (>= 0.5, < 5.0) + rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2) semantic_range (3.0.0) sexp_processor (4.15.3) @@ -839,10 +840,10 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webdrivers (4.6.1) + webdrivers (4.7.0) nokogiri (~> 1.6) rubyzip (>= 1.3.0) - selenium-webdriver (>= 3.0, < 4.0) + selenium-webdriver (> 3.141, < 5.0) webmock (3.14.0) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -1019,7 +1020,7 @@ DEPENDENCIES view_component (~> 2.40) wcag_color_contrast (~> 0.1) web-console (~> 4.1) - webdrivers (~> 4.6) + webdrivers (~> 4.7) webmock (~> 3.14) webpacker (~> 5.4.3) with_model (~> 2.1.5) diff --git a/vendor/cache/childprocess-3.0.0.gem b/vendor/cache/childprocess-3.0.0.gem deleted file mode 100644 index 7cf28fe71..000000000 Binary files a/vendor/cache/childprocess-3.0.0.gem and /dev/null differ diff --git a/vendor/cache/childprocess-4.1.0.gem b/vendor/cache/childprocess-4.1.0.gem new file mode 100644 index 000000000..73cbd239a Binary files /dev/null and b/vendor/cache/childprocess-4.1.0.gem differ diff --git a/vendor/cache/selenium-webdriver-3.142.7.gem b/vendor/cache/selenium-webdriver-3.142.7.gem deleted file mode 100644 index ea1a7613b..000000000 Binary files a/vendor/cache/selenium-webdriver-3.142.7.gem and /dev/null differ diff --git a/vendor/cache/selenium-webdriver-4.0.0.gem b/vendor/cache/selenium-webdriver-4.0.0.gem new file mode 100644 index 000000000..6d79fdc8c Binary files /dev/null and b/vendor/cache/selenium-webdriver-4.0.0.gem differ diff --git a/vendor/cache/webdrivers-4.6.1.gem b/vendor/cache/webdrivers-4.6.1.gem deleted file mode 100644 index 904999d51..000000000 Binary files a/vendor/cache/webdrivers-4.6.1.gem and /dev/null differ diff --git a/vendor/cache/webdrivers-4.7.0.gem b/vendor/cache/webdrivers-4.7.0.gem new file mode 100644 index 000000000..238fcefde Binary files /dev/null and b/vendor/cache/webdrivers-4.7.0.gem differ