From 2accbeef3dc0b760fcbe265093439a30631b68f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:49:44 +0000 Subject: [PATCH] Bump rubyzip from 3.1.0 to 3.2.0 Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 3.1.0 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/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: rubyzip dependency-version: 3.2.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 c0df4686..8830b050 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'rgeo-geojson' gem 'rqrcode', '~> 3.0' gem 'rswag-api' gem 'rswag-ui' -gem 'rubyzip', '~> 3.1' +gem 'rubyzip', '~> 3.2' gem 'sentry-rails' gem 'sentry-ruby' gem 'sidekiq' diff --git a/Gemfile.lock b/Gemfile.lock index d45a7657..d32e4a57 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -437,7 +437,7 @@ GEM rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.44.0, < 2.0) ruby-progressbar (1.13.0) - rubyzip (3.1.0) + rubyzip (3.2.0) securerandom (0.4.1) selenium-webdriver (4.35.0) base64 (~> 0.2) @@ -584,7 +584,7 @@ DEPENDENCIES rswag-specs rswag-ui rubocop-rails - rubyzip (~> 3.1) + rubyzip (~> 3.2) selenium-webdriver sentry-rails sentry-ruby