Skip to content

Commit

Permalink
update rubyzip to address CVE-2019-16892 (#3355)
Browse files Browse the repository at this point in the history
  • Loading branch information
annaswims committed Sep 30, 2019
1 parent b329f7e commit f0c7430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -82,7 +82,7 @@ gem 'redis'
gem 'redis-namespace'
gem 'restforce'
gem 'ruby-saml'
gem 'rubyzip', '>= 1.0.0'
gem 'rubyzip', '>= 1.3.0'
gem 'savon'
gem 'sentry-raven', '2.9.0' # don't change gem version unless sentry server is also upgraded
gem 'shrine'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -530,7 +530,7 @@ GEM
ruby-saml (1.7.0)
nokogiri (>= 1.5.10)
ruby_dep (1.5.0)
rubyzip (1.2.2)
rubyzip (2.0.0)
rufus-scheduler (3.6.0)
fugit (~> 1.1, >= 1.1.6)
safe_shell (1.0.3)
Expand Down Expand Up @@ -744,7 +744,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
ruby-saml
rubyzip (>= 1.0.0)
rubyzip (>= 1.3.0)
savon
seedbank
sentry-raven (= 2.9.0)
Expand Down

0 comments on commit f0c7430

Please sign in to comment.