Skip to content

Commit f78d1ed

Browse files
Bump rubyzip from 2.4.1 to 3.1.1
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 2.4.1 to 3.1.1. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/main/Changelog.md) - [Commits](rubyzip/rubyzip@v2.4.1...v3.1.1) --- updated-dependencies: - dependency-name: rubyzip dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f44030 commit f78d1ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gem 'rgeo-geojson'
3838
gem 'rqrcode', '~> 3.0'
3939
gem 'rswag-api'
4040
gem 'rswag-ui'
41-
gem 'rubyzip', '~> 2.4'
41+
gem 'rubyzip', '~> 3.1'
4242
gem 'sentry-rails'
4343
gem 'sentry-ruby'
4444
gem 'sidekiq'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ GEM
423423
rubocop (>= 1.75.0, < 2.0)
424424
rubocop-ast (>= 1.44.0, < 2.0)
425425
ruby-progressbar (1.13.0)
426-
rubyzip (2.4.1)
426+
rubyzip (3.1.1)
427427
securerandom (0.4.1)
428428
selenium-webdriver (4.35.0)
429429
base64 (~> 0.2)
@@ -569,7 +569,7 @@ DEPENDENCIES
569569
rswag-specs
570570
rswag-ui
571571
rubocop-rails
572-
rubyzip (~> 2.4)
572+
rubyzip (~> 3.1)
573573
selenium-webdriver
574574
sentry-rails
575575
sentry-ruby

0 commit comments

Comments
 (0)