mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 12:13:37 +01:00
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](https://github.com/rubyzip/rubyzip/compare/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>
This commit is contained in:
parent
0994977b4a
commit
2f890fbf6f
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -112,7 +112,7 @@ gem "net-smtp"
|
||||||
|
|
||||||
gem "pundit", "~> 2.4"
|
gem "pundit", "~> 2.4"
|
||||||
|
|
||||||
gem "rubyzip", "~> 2.3"
|
gem "rubyzip", "~> 2.4"
|
||||||
|
|
||||||
# to solve https://github.com/jwt/ruby-jwt/issues/526
|
# to solve https://github.com/jwt/ruby-jwt/issues/526
|
||||||
gem "openssl", "~> 3.2"
|
gem "openssl", "~> 3.2"
|
||||||
|
|
|
@ -458,7 +458,7 @@ GEM
|
||||||
ruby-progressbar (1.13.0)
|
ruby-progressbar (1.13.0)
|
||||||
ruby-vips (2.2.1)
|
ruby-vips (2.2.1)
|
||||||
ffi (~> 1.12)
|
ffi (~> 1.12)
|
||||||
rubyzip (2.3.2)
|
rubyzip (2.4.1)
|
||||||
rufus-scheduler (3.9.1)
|
rufus-scheduler (3.9.1)
|
||||||
fugit (~> 1.1, >= 1.1.6)
|
fugit (~> 1.1, >= 1.1.6)
|
||||||
sanitize (6.1.3)
|
sanitize (6.1.3)
|
||||||
|
@ -622,7 +622,7 @@ DEPENDENCIES
|
||||||
rspec-sidekiq (~> 5.0)
|
rspec-sidekiq (~> 5.0)
|
||||||
rubocop (~> 1.69)
|
rubocop (~> 1.69)
|
||||||
rubocop-rails (~> 2.27)
|
rubocop-rails (~> 2.27)
|
||||||
rubyzip (~> 2.3)
|
rubyzip (~> 2.4)
|
||||||
sanitize
|
sanitize
|
||||||
sassc-rails
|
sassc-rails
|
||||||
sentry-rails
|
sentry-rails
|
||||||
|
|
Loading…
Reference in a new issue