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

[Security] Bump carrierwave from 1.2.2 to 1.3.2 #159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem 'prawn'
gem 'prawn-table'
gem 'newrelic_rpm'
gem 'sendgrid-ruby'
gem 'carrierwave', '~> 1.0'
gem 'carrierwave', '~> 1.3'
gem 'mini_magick'

gem 'rails_12factor', group: :production
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ GEM
bindex (0.5.0)
builder (3.2.3)
byebug (9.1.0)
carrierwave (1.2.2)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
ssrf_filter (~> 1.0)
chartkick (2.2.5)
codeclimate-test-reporter (1.0.8)
simplecov (<= 0.13)
Expand All @@ -60,7 +61,7 @@ GEM
execjs
coffee-script-source (1.12.2)
commonjs (0.2.7)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.8)
crass (1.0.3)
database_cleaner (1.6.2)
devise (4.4.0)
Expand All @@ -80,7 +81,7 @@ GEM
ffi (1.9.18-x86-mingw32)
globalid (0.4.1)
activesupport (>= 4.2.0)
i18n (0.9.1)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
Expand All @@ -107,13 +108,13 @@ GEM
mail (2.7.0)
mini_mime (>= 0.1.1)
method_source (0.9.0)
mime-types (3.1)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mime-types-data (3.2020.1104)
mini_magick (4.8.0)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.1)
minitest (5.14.3)
multi_json (1.13.1)
mustermann (1.0.1)
newrelic_rpm (4.7.1.340)
Expand Down Expand Up @@ -233,6 +234,7 @@ GEM
sqlite3 (1.3.13)
sqlite3 (1.3.13-x64-mingw32)
sqlite3 (1.3.13-x86-mingw32)
ssrf_filter (1.0.7)
thor (0.20.0)
thread_safe (0.3.6)
tilt (2.0.8)
Expand All @@ -245,7 +247,7 @@ GEM
execjs (~> 2.7)
less-rails (~> 2.8, >= 2.8.0)
railties (~> 5.0, >= 5.0.1)
tzinfo (1.2.4)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo-data (1.2017.3)
tzinfo (>= 1.0.0)
Expand All @@ -269,7 +271,7 @@ PLATFORMS

DEPENDENCIES
byebug
carrierwave (~> 1.0)
carrierwave (~> 1.3)
chartkick
codeclimate-test-reporter (~> 1.0.0)
coffee-rails (~> 4.2)
Expand Down