From 13d19007df2b4c99df07618f3549a12f82975f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 17:39:06 +0000 Subject: [PATCH] chore(deps): bump rubyzip from 3.2.2 to 3.3.0 Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 3.2.2 to 3.3.0. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/main/Changelog.md) - [Commits](https://github.com/rubyzip/rubyzip/compare/v3.2.2...v3.3.0) --- updated-dependencies: - dependency-name: rubyzip dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e56db55bd9..a348d1ede9 100644 --- a/Gemfile +++ b/Gemfile @@ -199,7 +199,7 @@ gem 'filename' # Required by CarrierWave, for image resizing gem 'mini_magick' # Library for reading and writing zip files -gem 'rubyzip', '~> 3.0', require: 'zip' +gem 'rubyzip', '~> 3.3', require: 'zip' # Manipulating XML files, needed for programming evaluation test report parsing. gem 'nokogiri', '>= 1.18.8' diff --git a/Gemfile.lock b/Gemfile.lock index b74b676f05..2714d14fbe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -614,7 +614,7 @@ GEM ruby-vips (2.3.0) ffi (~> 1.12) logger - rubyzip (3.2.2) + rubyzip (3.3.0) sanitize (7.0.0) crass (~> 1.0.2) nokogiri (>= 1.16.8) @@ -785,7 +785,7 @@ DEPENDENCIES rubocop-rails ruby-oembed ruby-openai - rubyzip (~> 3.0) + rubyzip (~> 3.3) rwordnet! sanitize (>= 4.6.3) settings_on_rails!