From b908b9638d4758b0728f5cad9c543d4f2083a500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2020 21:46:14 +0000 Subject: [PATCH] Bump rubyzip from 1.3.0 to 2.3.0 Bumps [rubyzip](https://github.com/rubyzip/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) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9766766..710d752 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem 'rack', '~> 2.1.4' gem 'railties', '>= 5.2.2.1' gem 'rouge' gem 'rubocop' -gem 'rubyzip', '~> 1.3.0' +gem 'rubyzip', '~> 2.3.0' gem 'nokogiri', '>= 1.10.4' gem 'loofah', '>= 2.3.1' # gem 'ruby-oembed' diff --git a/Gemfile.lock b/Gemfile.lock index 1172e86..323e309 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -204,7 +204,7 @@ GEM ruby-enum (0.8.0) i18n ruby-progressbar (1.10.1) - rubyzip (1.3.0) + rubyzip (2.3.0) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) @@ -261,7 +261,7 @@ DEPENDENCIES railties (>= 5.2.2.1) rouge rubocop - rubyzip (~> 1.3.0) + rubyzip (~> 2.3.0) terminal-table BUNDLED WITH