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] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-07-05 22:01:23 +00:00
committed by GitHub
parent d0fe9e803f
commit a6a8604f6d
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ gem 'rack', '~> 2.2.3'
gem 'railties', '>= 5.2.2.1' gem 'railties', '>= 5.2.2.1'
gem 'rouge' gem 'rouge'
gem 'rubocop' gem 'rubocop'
gem 'rubyzip', '~> 2.3.0' gem 'rubyzip', '~> 2.3.2'
gem 'nokogiri', '>= 1.10.4' gem 'nokogiri', '>= 1.10.4'
gem 'loofah', '>= 2.3.1' gem 'loofah', '>= 2.3.1'
# gem 'ruby-oembed' # gem 'ruby-oembed'

View File

@ -206,7 +206,7 @@ GEM
ruby-enum (0.8.0) ruby-enum (0.8.0)
i18n i18n
ruby-progressbar (1.11.0) ruby-progressbar (1.11.0)
rubyzip (2.3.0) rubyzip (2.3.2)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sassc (2.4.0) sassc (2.4.0)
ffi (~> 1.9) ffi (~> 1.9)
@ -262,7 +262,7 @@ DEPENDENCIES
railties (>= 5.2.2.1) railties (>= 5.2.2.1)
rouge rouge
rubocop rubocop
rubyzip (~> 2.3.0) rubyzip (~> 2.3.2)
terminal-table terminal-table
BUNDLED WITH BUNDLED WITH