Update rubyzip gem to v2.3.2
This fixes some a number of bugs. * Changelog: https://github.com/rubyzip/rubyzip/blob/master/Changelog.md * Diff: https://my.diffend.io/gems/rubyzip/2.0.0/2.3.2 Relates to https://gitlab.com/gitlab-org/gitlab-pages/-/issues/689 Changelog: changed
Showing
... | ... | @@ -72,7 +72,7 @@ gem 'u2f', '~> 0.2.1' |
# GitLab Pages | ||
gem 'validates_hostname', '~> 1.0.11' | ||
gem 'rubyzip', '~> 2.0.0', require: 'zip' | ||
gem 'rubyzip', '~> 2.3.2', require: 'zip' | ||
# GitLab Pages letsencrypt support | ||
gem 'acme-client', '~> 2.0', '>= 2.0.9' | ||
... | ... |
Please register or sign in to comment