diff --git a/Gemfile b/Gemfile index b4dbb2cd..3e197588 100644 --- a/Gemfile +++ b/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" diff --git a/Gemfile.lock b/Gemfile.lock index 0547e735..c304c7af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -458,7 +458,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 (6.1.3) @@ -622,7 +622,7 @@ DEPENDENCIES rspec-sidekiq (~> 5.0) rubocop (~> 1.69) rubocop-rails (~> 2.27) - rubyzip (~> 2.3) + rubyzip (~> 2.4) sanitize sassc-rails sentry-rails