From b437c2c3b913a608d8b00527ba2f92da80db3d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 18:38:51 +0000 Subject: [PATCH] Bump rubyzip and selenium-webdriver Bumps [rubyzip](https://github.com/rubyzip/rubyzip) and [selenium-webdriver](https://github.com/SeleniumHQ/selenium). These dependencies needed to be updated together. Updates `rubyzip` from 1.3.0 to 2.3.0 - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](https://github.com/rubyzip/rubyzip/compare/v1.3.0...v2.3.0) Updates `selenium-webdriver` from 3.14.1 to 3.142.7 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/commits) Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 17 ++++++++--------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index c5d6e4e7c..4afe092ae 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'net-ldap', '~> 0.16.0' # attachments # for exporting multiple files -gem 'rubyzip', '~> 1.3.0' +gem 'rubyzip', '~> 2.3.0' # soft deletion gem 'nilify_blanks', '~> 1.2.1' @@ -82,7 +82,7 @@ group :development, :test do gem 'shoulda-matchers', '~> 3.1.3' gem 'capybara', '~> 3.9.0' gem 'capybara-selenium', '~> 0.0.6' - gem 'selenium-webdriver', '~> 3.14.1' + gem 'selenium-webdriver', '~> 3.142.7' gem "puma", "~> 4.1" gem 'spring', '~> 2.0.2' gem 'spring-commands-rspec', '~> 1.0.4' diff --git a/Gemfile.lock b/Gemfile.lock index 7f636d7f4..7f6273a44 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1012,8 +1012,7 @@ GEM capybara-selenium (0.0.6) capybara selenium-webdriver - childprocess (0.9.0) - ffi (~> 1.0, >= 1.0.11) + childprocess (3.0.0) chronic (0.10.2) cocoon (1.2.10) codeclimate-test-reporter (1.0.8) @@ -1059,7 +1058,7 @@ GEM faraday (0.9.2) multipart-post (>= 1.2, < 3) ffaker (2.6.0) - ffi (1.11.1) + ffi (1.13.1) font-awesome-rails (4.7.0.5) railties (>= 3.2, < 6.1) formatador (0.2.5) @@ -1301,7 +1300,7 @@ GEM ruby_dep (1.5.0) rubycas-client (2.3.9) activesupport - rubyzip (1.3.0) + rubyzip (2.3.0) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -1326,9 +1325,9 @@ GEM faraday (~> 0.8, < 0.10) select2-rails (4.0.3) thor (~> 0.14) - selenium-webdriver (3.14.1) - childprocess (~> 0.5) - rubyzip (~> 1.2, >= 1.2.2) + selenium-webdriver (3.142.7) + childprocess (>= 0.5, < 4.0) + rubyzip (>= 1.2.2) shellany (0.0.1) shoulda-matchers (3.1.3) activesupport (>= 4.0.0) @@ -1456,10 +1455,10 @@ DEPENDENCIES rspec-rails (~> 4.0.0.beta2) rubocop (~> 0.49.1) ruby-progressbar (~> 1.8.1) - rubyzip (~> 1.3.0) + rubyzip (~> 2.3.0) sass-rails (~> 5.0.6) select2-rails (~> 4.0.3) - selenium-webdriver (~> 3.14.1) + selenium-webdriver (~> 3.142.7) shoulda-matchers (~> 3.1.3) simple_form (~> 5.0.1) spring (~> 2.0.2)