From b3122d6c1ce05039ecb93ce9358a185f0f66e56b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 06:56:48 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.7.1 to 4.34.0 in /src/oc-id Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.7.1 to 4.34.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.34.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-version: 4.34.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/oc-id/Gemfile | 2 +- src/oc-id/Gemfile.lock | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/oc-id/Gemfile b/src/oc-id/Gemfile index e2dad5fa68..684d986f17 100644 --- a/src/oc-id/Gemfile +++ b/src/oc-id/Gemfile @@ -58,6 +58,6 @@ end group :test do gem 'capybara', '~> 3.39' gem 'factory_girl_rails', '~> 4.9.0' - gem 'selenium-webdriver', '~> 4.7.1' + gem 'selenium-webdriver', '~> 4.34.0' gem 'timecop' end diff --git a/src/oc-id/Gemfile.lock b/src/oc-id/Gemfile.lock index 48da218a2b..f2985d11d4 100644 --- a/src/oc-id/Gemfile.lock +++ b/src/oc-id/Gemfile.lock @@ -87,6 +87,7 @@ GEM aws-sigv4 (~> 1.1) aws-sigv4 (1.5.2) aws-eventstream (~> 1, >= 1.0.2) + base64 (0.3.0) bcrypt (3.1.18) better_errors (2.9.1) coderay (>= 1.0.0) @@ -288,6 +289,7 @@ GEM tty-box (~> 0.6) tty-prompt (~> 0.20) little-plugger (1.1.4) + logger (1.7.0) logging (2.3.1) little-plugger (~> 1.1) multi_json (~> 1.14) @@ -431,7 +433,7 @@ GEM responders (3.1.0) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.9) + rexml (3.4.1) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -458,7 +460,7 @@ GEM rspec-support (3.12.0) ruby2_keywords (0.0.5) rubyntlm (0.6.3) - rubyzip (2.3.2) + rubyzip (2.4.1) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) sassc (2.4.0) @@ -471,7 +473,9 @@ GEM tilt sdoc (2.6.1) rdoc (>= 5.0) - selenium-webdriver (4.7.1) + selenium-webdriver (4.34.0) + base64 (~> 0.2) + logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -568,7 +572,7 @@ GEM bcrypt (~> 3.1) pbkdf2 webrick (1.8.1) - websocket (1.2.9) + websocket (1.2.11) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -625,7 +629,7 @@ DEPENDENCIES rspec-rails (~> 6.0) sass-rails (>= 4.0.3) sdoc - selenium-webdriver (~> 4.7.1) + selenium-webdriver (~> 4.34.0) spring spring-commands-rspec sprockets-rails (>= 3.4.2)