From a6a8604f6dd51b80c60f75588d6c196b6456da40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 22:01:23 +0000 Subject: [PATCH] Bump rubyzip from 2.3.0 to 2.3.2 Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 2.3.0 to 2.3.2. - [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/v2.3.0...v2.3.2) --- updated-dependencies: - dependency-name: rubyzip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f28f487..cf83d10 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem 'rack', '~> 2.2.3' gem 'railties', '>= 5.2.2.1' gem 'rouge' gem 'rubocop' -gem 'rubyzip', '~> 2.3.0' +gem 'rubyzip', '~> 2.3.2' gem 'nokogiri', '>= 1.10.4' gem 'loofah', '>= 2.3.1' # gem 'ruby-oembed' diff --git a/Gemfile.lock b/Gemfile.lock index bea59e7..ff6c849 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -206,7 +206,7 @@ GEM ruby-enum (0.8.0) i18n ruby-progressbar (1.11.0) - rubyzip (2.3.0) + rubyzip (2.3.2) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) @@ -262,7 +262,7 @@ DEPENDENCIES railties (>= 5.2.2.1) rouge rubocop - rubyzip (~> 2.3.0) + rubyzip (~> 2.3.2) terminal-table BUNDLED WITH