Skip to content

Commit 3ce717d

Browse files
dependabot[bot]adi-herwana-nus
authored andcommitted
chore(deps): bump rubyzip from 3.2.2 to 3.3.0
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 3.2.2 to 3.3.0. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/main/Changelog.md) - [Commits](rubyzip/rubyzip@v3.2.2...v3.3.0) --- updated-dependencies: - dependency-name: rubyzip dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1bafec commit 3ce717d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ gem 'filename'
199199
# Required by CarrierWave, for image resizing
200200
gem 'mini_magick'
201201
# Library for reading and writing zip files
202-
gem 'rubyzip', '~> 3.0', require: 'zip'
202+
gem 'rubyzip', '~> 3.3', require: 'zip'
203203
# Manipulating XML files, needed for programming evaluation test report parsing.
204204
gem 'nokogiri', '>= 1.18.8'
205205

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ GEM
614614
ruby-vips (2.3.0)
615615
ffi (~> 1.12)
616616
logger
617-
rubyzip (3.2.2)
617+
rubyzip (3.3.0)
618618
sanitize (7.0.0)
619619
crass (~> 1.0.2)
620620
nokogiri (>= 1.16.8)
@@ -785,7 +785,7 @@ DEPENDENCIES
785785
rubocop-rails
786786
ruby-oembed
787787
ruby-openai
788-
rubyzip (~> 3.0)
788+
rubyzip (~> 3.3)
789789
rwordnet!
790790
sanitize (>= 4.6.3)
791791
settings_on_rails!

0 commit comments

Comments
 (0)