diff --git a/Gemfile b/Gemfile index 3afde680..518e7ac9 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'sass-rails', '5.0.6' gem 'turbolinks', '5.0.1' gem 'uglifier', '3.2.0' gem 'faker', '1.7.3' -gem 'carrierwave', '1.2.2' +gem 'carrierwave', '1.3.2' gem 'mini_magick', '4.7.0' gem 'will_paginate', '3.1.6' gem 'bootstrap-will_paginate', '1.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index a71ad56a..546b369f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,10 +63,11 @@ GEM buftok (0.2.0) builder (3.2.4) byebug (9.0.6) - carrierwave (1.2.2) + carrierwave (1.3.2) activemodel (>= 4.0.0) activesupport (>= 4.0.0) mime-types (>= 1.16) + ssrf_filter (~> 1.0) chartable (0.0.0.3) activesupport (>= 3.0.0) chronic (~> 0.10) @@ -80,7 +81,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) crass (1.0.6) debug_inspector (0.0.3) diff-lcs (1.3) @@ -188,7 +189,7 @@ GEM method_source (0.9.2) mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.1009) + mime-types-data (3.2020.1104) mini_magick (4.7.0) mini_mime (1.0.2) mini_portile2 (2.4.0) @@ -316,6 +317,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + ssrf_filter (1.0.7) thor (1.0.1) thread_safe (0.3.6) tilt (2.0.10) @@ -333,7 +335,7 @@ GEM multipart-post (~> 2.0) naught (~> 1.0) simple_oauth (~> 0.3.0) - tzinfo (1.2.6) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3) @@ -361,7 +363,7 @@ DEPENDENCIES bootstrap-social-rails bootstrap-will_paginate (= 1.0.0) byebug (= 9.0.6) - carrierwave (= 1.2.2) + carrierwave (= 1.3.2) chartable chartkick coffee-rails (= 4.2.2)