Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): update rubyzip requirement from ~> 2.3.2 to ~> 2.4.1 #3406

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
build(deps-dev): update rubyzip requirement from ~> 2.3.2 to ~> 2.4.1
Updates the requirements on [rubyzip](https://github.com/rubyzip/rubyzip) to permit the latest version.
- [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:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and flavorjones committed Jan 6, 2025
commit a20b8e5e0414a2a73772f18ba8547be101b74d5c
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ group :development do
gem "minitest", "5.25.4"
gem "minitest-parallel_fork", "2.0.0"
gem "ruby_memcheck", "3.0.1"
gem "rubyzip", "~> 2.3.2"
gem "rubyzip", "~> 2.4.1"
gem "simplecov", "= 0.21.2"

# rubocop
Expand Down