Skip to content

Commit fd0bd2f

Browse files
Update dependency rubyzip to '~> 2.4', '>= 2.4.1'
1 parent b9393db commit fd0bd2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'mysql2', '~> 0.5', '>= 0.5.6'
1313
gem 'puma', '~> 6.4', '>= 6.4.3'
1414

1515
# Process ZIP archives
16-
gem 'rubyzip', '~> 2.3', '>= 2.3.2'
16+
gem 'rubyzip', '~> 2.4', '>= 2.4.1'
1717

1818
# Validate ActiveStorage attachments
1919
gem 'active_storage_validations', '~> 1.4'

api/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ DEPENDENCIES
332332
rails (~> 7.2.2)
333333
rubocop-minitest (~> 0.36.0)
334334
rubocop-rails (~> 2.30, >= 2.30.3)
335-
rubyzip (~> 2.3, >= 2.3.2)
335+
rubyzip (~> 2.4, >= 2.4.1)
336336
sentry-rails
337337
sentry-ruby
338338
stackprof

0 commit comments

Comments
 (0)