From 8d57c7832bdcc646af2c78e9ae1cbe4fb14182aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:26:55 +0000 Subject: [PATCH] Build(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 65eed2819a..9399fd997c 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'mime-types', '~> 3.7' gem 'execjs', '~> 2.10' gem 'ansi', '~> 1.6' gem 'term-ansicolor', :require => 'term/ansicolor' -gem 'rubyzip', '~> 3.2' +gem 'rubyzip', '~> 3.3' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.4' gem 'activerecord', '~> 8.1' diff --git a/Gemfile.lock b/Gemfile.lock index 7203ffa921..8d6601327d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -216,7 +216,7 @@ GEM prism (~> 1.7) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - rubyzip (3.2.2) + rubyzip (3.3.0) rushover (0.3.0) json rest-client @@ -342,7 +342,7 @@ DEPENDENCIES rest-client (~> 2.1.0) rspec (~> 3.13) rubocop (~> 1.86.1) - rubyzip (~> 3.2) + rubyzip (~> 3.3) rushover (~> 0.3.0) selenium-webdriver (~> 4.41) simplecov (~> 0.22)