Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wth - Security vulnerability in paperclip gem #1229

Merged
merged 1 commit into from
Feb 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -51,7 +51,7 @@ gem 'nprogress-rails'
gem 'net-ldap', '~> 0.16.0'
gem 'omniauth'
gem 'omniauth-shibboleth'
gem 'paperclip', '~> 4.3', '>= 4.3.7'
gem 'paperclip', '~> 5.2', '>= 5.2.1'
gem 'pdfkit'
gem 'prawn', '0.12.0'
gem 'premailer-rails'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Expand Up @@ -334,12 +334,12 @@ GEM
omniauth (>= 1.0.0)
options (2.3.2)
orm_adapter (0.5.0)
paperclip (4.3.7)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
paperclip (5.2.1)
activemodel (>= 4.2.0)
activesupport (>= 4.2.0)
cocaine (~> 0.5.5)
mime-types
mimemagic (= 0.3.0)
mimemagic (~> 0.3.0)
parallel (1.12.0)
parallel_tests (2.19.0)
parallel
Expand Down Expand Up @@ -624,7 +624,7 @@ DEPENDENCIES
omniauth
omniauth-cas
omniauth-shibboleth
paperclip (~> 4.3, >= 4.3.7)
paperclip (~> 5.2, >= 5.2.1)
parallel_tests
pdfkit
prawn (= 0.12.0)
Expand Down Expand Up @@ -669,4 +669,4 @@ DEPENDENCIES
x-editable-rails

BUNDLED WITH
1.16.0
1.16.1