From b0b3a9c93478fae7f946b5f6ca831c52eb2dbdf9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 13:07:00 +0000 Subject: [PATCH] Bump selenium-webdriver from 3.141.0 to 3.142.7 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.141.0 to 3.142.7. - [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) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 1d7caa83b..c0dffadcf 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,7 @@ group :test do gem "coveralls", "~> 0.8.23", require: false gem "email_spec", "~> 2.2.0" gem "rspec-rails", "~> 3.8" - gem "selenium-webdriver", "~> 3.141" + gem "selenium-webdriver", "~> 3.142" gem "webdrivers", "~> 4.3.0" end diff --git a/Gemfile.lock b/Gemfile.lock index 80e834918..befc2c875 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,8 +139,7 @@ GEM actionpack (>= 3.1) caxlsx (>= 3.0) chef-utils (16.4.41) - childprocess (0.9.0) - ffi (~> 1.0, >= 1.0.11) + childprocess (3.0.0) chronic (0.10.2) ckeditor (4.3.0) orm_adapter (~> 0.5.0) @@ -505,7 +504,7 @@ GEM rubocop-rspec (1.35.0) rubocop (>= 0.60.0) ruby-progressbar (1.10.1) - rubyzip (1.3.0) + rubyzip (2.3.0) rvm1-capistrano3 (1.4.0) capistrano (~> 3.0) sshkit (>= 1.2) @@ -537,9 +536,9 @@ GEM faraday (> 0.8, < 2.0) scss_lint (0.59.0) sass (~> 3.5, >= 3.5.5) - selenium-webdriver (3.141.0) - childprocess (~> 0.5) - rubyzip (~> 1.2, >= 1.2.2) + selenium-webdriver (3.142.7) + childprocess (>= 0.5, < 4.0) + rubyzip (>= 1.2.2) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -711,7 +710,7 @@ DEPENDENCIES sassc-rails (~> 2.1.2) savon (~> 2.12.0) scss_lint (~> 0.59.0) - selenium-webdriver (~> 3.141) + selenium-webdriver (~> 3.142) sitemap_generator (~> 6.0.2) social-share-button (~> 1.1) spring (~> 2.0.1)