Skip to content

Commit 4fc9057

Browse files
authored
fix: update the gem rubyzip due to security issue reported by Hakiri (#188)
1 parent 4aefc2b commit 4fc9057

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ gem 'sparkpost_rails'
8686
gem 'httparty'
8787
gem 'rollbar', '~> 2.8'
8888
gem 'skylight'
89-
gem 'rubyzip', '>= 1.0.0'
89+
gem 'rubyzip', '>= 1.3.0'
9090
gem 'rails_12factor', group: :production
9191

9292
group :development, :test do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ GEM
339339
ruby_dep (1.5.0)
340340
ruby_parser (3.13.1)
341341
sexp_processor (~> 4.9)
342-
rubyzip (1.2.3)
342+
rubyzip (1.3.0)
343343
safe_yaml (1.0.5)
344344
safely_block (0.2.2)
345345
errbase (>= 0.1.1)
@@ -495,7 +495,7 @@ DEPENDENCIES
495495
redis (~> 4.0)
496496
roadie-rails
497497
rollbar (~> 2.8)
498-
rubyzip (>= 1.0.0)
498+
rubyzip (>= 1.3.0)
499499
sass-rails (~> 5.0)
500500
selectize-rails
501501
selenium-webdriver

0 commit comments

Comments
 (0)