From 2347d2e14d187e213366b6e3da785e2a844f850d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 05:14:13 +0000 Subject: [PATCH] Build(deps): Bump selenium-webdriver, octoprint and webdrivers Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium), [octoprint](https://github.com/sophiedeziel/octoprint) and [webdrivers](https://github.com/titusfortner/webdrivers). These dependencies needed to be updated together. Updates `selenium-webdriver` from 4.10.0 to 4.12.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/compare/selenium-4.10.0...selenium-4.12.0) Updates `octoprint` from `1fb30e8` to 0.1.0 - [Commits](https://github.com/sophiedeziel/octoprint/commits) Updates `webdrivers` from 5.3.1 to 5.2.0 - [Release notes](https://github.com/titusfortner/webdrivers/releases) - [Changelog](https://github.com/titusfortner/webdrivers/blob/main/CHANGELOG.md) - [Commits](https://github.com/titusfortner/webdrivers/compare/v5.3.1...v5.2.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: octoprint dependency-type: direct:production - dependency-name: webdrivers dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a4824d85..e4e0873d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -294,7 +294,7 @@ GEM ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) - selenium-webdriver (4.10.0) + selenium-webdriver (4.12.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -334,10 +334,10 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webdrivers (5.3.1) + webdrivers (5.2.0) nokogiri (~> 1.6) rubyzip (>= 1.3.0) - selenium-webdriver (~> 4.0, < 4.11) + selenium-webdriver (~> 4.0) webmock (3.19.1) addressable (>= 2.8.0) crack (>= 0.3.2)