From 75e0faec8abb473207a5413b51014d7f65c866d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:31:21 +0000 Subject: [PATCH] chore(deps): bump rubyzip from 2.4.1 to 3.2.2 Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 2.4.1 to 3.2.2. - [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/v2.4.1...v3.2.2) --- updated-dependencies: - dependency-name: rubyzip dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a63faacd13..302b5d339d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -213,9 +213,9 @@ GEM docker-api (2.4.0) excon (>= 0.64.0) multi_json - docx (0.9.1) + docx (0.10.0) nokogiri (~> 1.13, >= 1.13.0) - rubyzip (~> 2.0) + rubyzip (>= 2.0, < 4) domain_name (0.6.20240107) dotenv (3.1.7) dotenv-rails (3.1.7) @@ -597,16 +597,16 @@ GEM ruby-vips (2.2.2) ffi (~> 1.12) logger - rubyzip (2.4.1) + rubyzip (3.2.2) sanitize (7.0.0) crass (~> 1.0.2) nokogiri (>= 1.16.8) securerandom (0.4.1) - selenium-webdriver (4.22.0) + selenium-webdriver (4.38.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) - rubyzip (>= 1.2.2, < 3.0) + rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) should_not (1.1.0) shoulda-matchers (6.4.0)