From 62f98dcaffb0c68b170c63c846f2f2bf0e864fbf Mon Sep 17 00:00:00 2001 From: Benjamin Neff <benjamin@coding4coffee.ch> Date: Sat, 6 Nov 2021 01:48:38 +0100 Subject: [PATCH] Bump rubyzip --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 19c0c01f92..1bdc1be845 100644 --- a/Gemfile +++ b/Gemfile @@ -202,7 +202,7 @@ gem "logging-rails", "0.6.0", require: "logging/rails" # Reading and writing zip files -gem "rubyzip", "2.3.0", require: "zip" +gem "rubyzip", "2.3.2", require: "zip" # Prevent occasions where minitest is not bundled in # packaged versions of ruby. See following issues/prs: diff --git a/Gemfile.lock b/Gemfile.lock index ee01490a28..b6f5489f05 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -663,7 +663,7 @@ GEM ruby-progressbar (1.11.0) ruby-vips (2.1.2) ffi (~> 1.12) - rubyzip (2.3.0) + rubyzip (2.3.2) rugged (1.0.1) sass (3.4.25) sass-rails (5.0.7) @@ -907,7 +907,7 @@ DEPENDENCIES rubocop (= 0.93.1) rubocop-rails (= 2.9.1) ruby-oembed (= 0.15.0) - rubyzip (= 2.3.0) + rubyzip (= 2.3.2) sass-rails (= 5.0.7) secure_headers (= 6.3.2) shoulda-matchers (= 4.5.1) -- GitLab