From 065f466cad8eede454d8d5d525a04b67b39188ed Mon Sep 17 00:00:00 2001 From: shaun <58957909+shaun-technovation@users.noreply.github.com> Date: Wed, 13 Sep 2023 13:19:14 -0600 Subject: [PATCH] Chore: Update selenium-webdriver gem This will fix our webdrivers issue locally: - https://github.com/titusfortner/webdrivers/issues/247#issuecomment-1650315937 - https://github.com/titusfortner/webdrivers/issues/247#issuecomment-1648154088 Refs: #4176 --- Gemfile.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 11a8d5c483..1b4b055cf2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -130,7 +130,6 @@ GEM checkr-official (1.7) json (>= 1.8.1) rest-client (>= 1.4) - childprocess (3.0.0) chronic (0.10.2) churn (1.0.8) chronic (>= 0.2.3) @@ -460,9 +459,10 @@ GEM sprockets (> 3.0) sprockets-rails tilt - selenium-webdriver (3.142.7) - childprocess (>= 0.5, < 4.0) - rubyzip (>= 1.2.2) + selenium-webdriver (4.12.0) + rexml (~> 3.2, >= 3.2.5) + rubyzip (>= 1.2.2, < 3.0) + websocket (~> 1.0) semantic_range (3.0.0) sexp_processor (4.15.3) sidekiq (6.4.2) @@ -524,6 +524,7 @@ GEM rack-proxy (>= 0.6.1) railties (>= 5.2) semantic_range (>= 2.3.0) + websocket (1.2.9) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5)