Skip to content

Commit

Permalink
Bump rubyzip from 2.3.2 to 2.4.1 (#1163)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 3e38c65 commit 8236773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ gem 'rails', '8.0.1'
gem 'rails-html-sanitizer'
gem 'rack-cors', '~> 2.0'
gem 'responders'
gem 'rubyzip', '~> 2.3.0' # 3.0 will be breaking
gem 'rubyzip', '~> 2.4.1' # 3.0 will be breaking
gem 'sassc-rails', '~> 2.1'
gem 'solid_cable', '~> 3.0'
gem 'solid_queue'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ GEM
ruby-progressbar (1.13.0)
ruby-statistics (4.0.1)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
rubyzip (2.4.1)
safely_block (0.4.1)
sassc (2.4.0)
ffi (~> 1.9)
Expand Down Expand Up @@ -596,7 +596,7 @@ DEPENDENCIES
rubocop
rubocop-capybara
rubocop-rails
rubyzip (~> 2.3.0)
rubyzip (~> 2.4.1)
sassc-rails (~> 2.1)
selenium-webdriver
simplecov
Expand Down

0 comments on commit 8236773

Please sign in to comment.