From d67fa4f780583496e699733608fe6aa3e823fa53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 09:58:33 +0000 Subject: [PATCH] Bump rubyzip from 2.4.1 to 3.0.2 Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 2.4.1 to 3.0.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.0.2) --- updated-dependencies: - dependency-name: rubyzip dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7926d7da9..f175c89ac 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'mime-types', '~> 3.7' gem 'execjs', '~> 2.10' gem 'ansi', '~> 1.5' gem 'term-ansicolor', :require => 'term/ansicolor' -gem 'rubyzip', '~> 2.4' +gem 'rubyzip', '~> 3.1' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.3' gem 'activerecord', '~> 7.2' diff --git a/Gemfile.lock b/Gemfile.lock index a3ba32f53..59efc4647 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,7 +205,7 @@ GEM prism (~> 1.4) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - rubyzip (2.4.1) + rubyzip (3.1.0) rushover (0.3.0) json rest-client @@ -320,7 +320,7 @@ DEPENDENCIES rest-client (~> 2.1.0) rspec (~> 3.13) rubocop (~> 1.80.2) - rubyzip (~> 2.4) + rubyzip (~> 3.1) rushover (~> 0.3.0) selenium-webdriver (~> 4.35) sinatra (~> 3.2)