From ee496f0003c7ddfd131abee4d156bc5af7831e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 22:50:59 +0000 Subject: [PATCH] Bump rubyzip from 1.2.1 to 1.3.0 Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.1 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/v1.2.1...v1.3.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8468dab..d928a9f 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "http://rubygems.org" gem "ci_reporter", "1.8.4", :group => :test gem "rake", "~> 0.9.2", :group => :test gem "rspec", "~> 2.13.0", :group => :test -gem "rubyzip", "~> 1.2.1" +gem "rubyzip", "~> 1.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 5073d65..9879b3c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GEM rspec-expectations (2.13.0) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.13.0) - rubyzip (1.2.1) + rubyzip (1.3.0) PLATFORMS ruby @@ -23,4 +23,4 @@ DEPENDENCIES ci_reporter (= 1.8.4) rake (~> 0.9.2) rspec (~> 2.13.0) - rubyzip (~> 1.2.1) + rubyzip (~> 1.3.0)