From 29886ec7d06661b3783edd16fb470a769b139276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 14:36:12 +0000 Subject: [PATCH] Bump rubyzip from 1.2.0 to 1.3.0 Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.0 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.0...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 33fd49a..313aee5 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # gem "rails" -gem "rubyzip", "=1.2.0" +gem "rubyzip", "1.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 7e63c49..814ac56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - rubyzip (1.2.0) + rubyzip (1.3.0) PLATFORMS ruby DEPENDENCIES - rubyzip (= 1.2.0) + rubyzip (= 1.3.0) BUNDLED WITH 1.16.2