mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 15:59:07 +01:00
Merge pull request #1984 from Retrospring/dependabot/bundler/rubyzip-2.4.1
This commit is contained in:
commit
de856dd537
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 "rubyzip", "~> 2.3"
|
||||
gem "rubyzip", "~> 2.4"
|
||||
|
||||
# to solve https://github.com/jwt/ruby-jwt/issues/526
|
||||
gem "openssl", "~> 3.2"
|
||||
|
|
|
@ -460,7 +460,7 @@ GEM
|
|||
ruby-progressbar (1.13.0)
|
||||
ruby-vips (2.2.1)
|
||||
ffi (~> 1.12)
|
||||
rubyzip (2.3.2)
|
||||
rubyzip (2.4.1)
|
||||
rufus-scheduler (3.9.1)
|
||||
fugit (~> 1.1, >= 1.1.6)
|
||||
sanitize (7.0.0)
|
||||
|
@ -624,7 +624,7 @@ DEPENDENCIES
|
|||
rspec-sidekiq (~> 5.0)
|
||||
rubocop (~> 1.69)
|
||||
rubocop-rails (~> 2.27)
|
||||
rubyzip (~> 2.3)
|
||||
rubyzip (~> 2.4)
|
||||
sanitize
|
||||
sassc-rails
|
||||
sentry-rails
|
||||
|
|
Loading…
Reference in a new issue