From 74bbbb688cd2417bc31f8b40ce6be2588a4056c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 18:08:56 +0000 Subject: [PATCH] chore(deps): bump rubyzip from 2.4.1 to 3.2.0 Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 2.4.1 to 3.2.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/v2.4.1...v3.2.0) --- updated-dependencies: - dependency-name: rubyzip dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ecd206d131..af71009edd 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) @@ -436,6 +436,7 @@ GEM prettyprint pragmatic_segmenter (0.3.24) prettyprint (0.2.0) + prism (1.4.0) progress (3.6.0) psych (5.2.4) date @@ -597,16 +598,18 @@ GEM ruby-vips (2.2.2) ffi (~> 1.12) logger - rubyzip (2.4.1) + rubyzip (3.2.0) sanitize (7.0.0) crass (~> 1.0.2) nokogiri (>= 1.16.8) securerandom (0.4.1) - selenium-webdriver (4.22.0) + selenium-webdriver (4.36.0) base64 (~> 0.2) + json (<= 2.13.2) logger (~> 1.4) + prism (~> 1.0, < 1.5) 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)