From 8e75a51c419241f2968c40b4547fde156fa9a9cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 16:58:32 +0000 Subject: [PATCH] Bump rubyzip from 2.4.1 to 3.1.0 Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 2.4.1 to 3.1.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.1.0) --- updated-dependencies: - dependency-name: rubyzip dependency-version: 3.1.0 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 f876777c..1f9dda59 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem 'rgeo-geojson' gem 'rqrcode', '~> 3.0' gem 'rswag-api' gem 'rswag-ui' -gem 'rubyzip', '~> 2.4' +gem 'rubyzip', '~> 3.1' gem 'sentry-rails' gem 'sentry-ruby' gem 'sidekiq' diff --git a/Gemfile.lock b/Gemfile.lock index 882a41ad..f06a934a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -423,7 +423,7 @@ GEM rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.44.0, < 2.0) ruby-progressbar (1.13.0) - rubyzip (2.4.1) + rubyzip (3.1.0) securerandom (0.4.1) selenium-webdriver (4.35.0) base64 (~> 0.2) @@ -569,7 +569,7 @@ DEPENDENCIES rswag-specs rswag-ui rubocop-rails - rubyzip (~> 2.4) + rubyzip (~> 3.1) selenium-webdriver sentry-rails sentry-ruby