Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Commit 2f890fb

Browse files
Bump rubyzip from 2.3.2 to 2.4.1
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 2.3.2 to 2.4.1. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](rubyzip/rubyzip@v2.3.2...v2.4.1) --- updated-dependencies: - dependency-name: rubyzip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0994977 commit 2f890fb

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
@@ -112,7 +112,7 @@ gem "net-smtp"
112112

113113
gem "pundit", "~> 2.4"
114114

115-
gem "rubyzip", "~> 2.3"
115+
gem "rubyzip", "~> 2.4"
116116

117117
# to solve https://github.com/jwt/ruby-jwt/issues/526
118118
gem "openssl", "~> 3.2"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ GEM
458458
ruby-progressbar (1.13.0)
459459
ruby-vips (2.2.1)
460460
ffi (~> 1.12)
461-
rubyzip (2.3.2)
461+
rubyzip (2.4.1)
462462
rufus-scheduler (3.9.1)
463463
fugit (~> 1.1, >= 1.1.6)
464464
sanitize (6.1.3)
@@ -622,7 +622,7 @@ DEPENDENCIES
622622
rspec-sidekiq (~> 5.0)
623623
rubocop (~> 1.69)
624624
rubocop-rails (~> 2.27)
625-
rubyzip (~> 2.3)
625+
rubyzip (~> 2.4)
626626
sanitize
627627
sassc-rails
628628
sentry-rails

0 commit comments

Comments
 (0)