From ad64545c62c0b4d6155df643d65aa22e8f589e3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 23:07:49 +0000 Subject: [PATCH] Bump rubyzip from 0.9.9 to 1.3.0 Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 0.9.9 to 1.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/0.9.9...v1.3.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 21 ++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 716e37e..d4ff15e 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :development, :test do gem 'ruby-debug19' gem 'fabrication', '~> 1.3.1' gem 'zippy' - gem 'rubyzip', '~> 0.9.9' + gem 'rubyzip', '~> 1.3.0' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 825968b..3e431bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM rack-test (>= 0.5.4) selenium-webdriver (~> 2.0) xpath (~> 0.1.4) - childprocess (0.3.9) + childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) columnize (0.3.6) cucumber (1.1.9) @@ -31,7 +31,7 @@ GEM term-ansicolor (>= 1.0.6) diff-lcs (1.1.3) fabrication (1.3.2) - ffi (1.9.0) + ffi (1.11.1) gherkin (2.9.3) json (>= 1.4.6) grit (2.4.1) @@ -63,7 +63,7 @@ GEM activemodel (~> 3.1) mongo (<= 1.6.2) tzinfo (~> 0.3.22) - multi_json (1.8.0) + multi_json (1.14.1) nokogiri (1.6.0) mini_portile (~> 0.5.0) padrino (0.10.5) @@ -125,12 +125,11 @@ GEM ruby-debug-base19 (>= 0.11.19) ruby_core_source (0.1.5) archive-tar-minitar (>= 0.5.2) - rubyzip (0.9.9) - selenium-webdriver (2.35.1) - childprocess (>= 0.2.5) - multi_json (~> 1.0) - rubyzip (< 1.0.0) - websocket (~> 1.0.4) + rubyzip (1.3.0) + selenium-webdriver (2.53.4) + childprocess (~> 0.5) + rubyzip (~> 1.0) + websocket (~> 1.0) sinatra (1.3.6) rack (~> 1.4) rack-protection (~> 1.3) @@ -151,7 +150,7 @@ GEM raindrops (~> 0.7) url_mount (0.2.1) rack - websocket (1.0.7) + websocket (1.2.8) xpath (0.1.4) nokogiri (~> 1.3) zippy (0.2.1) @@ -175,7 +174,7 @@ DEPENDENCIES rake rspec (~> 2.8.0) ruby-debug19 - rubyzip (~> 0.9.9) + rubyzip (~> 1.3.0) tilt (~> 1.3.7) unicorn zippy