diff --git a/Gemfile b/Gemfile index e98db80..d8c10d9 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'ransack', '>= 2.0.0' gem 'kaminari' # Use carrierwave to manage file upload -gem 'carrierwave', '~> 1.0' +gem 'carrierwave', '~> 1.3' gem 'carrierwave-base64' # User Auth diff --git a/Gemfile.lock b/Gemfile.lock index ee9db55..598a4d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,17 +69,18 @@ GEM bcrypt (3.1.12) builder (3.2.3) byebug (11.0.1) - carrierwave (1.3.1) + carrierwave (1.3.2) activemodel (>= 4.0.0) activesupport (>= 4.0.0) mime-types (>= 1.16) + ssrf_filter (~> 1.0) carrierwave-base64 (2.8.0) carrierwave (>= 0.8.0) mime-types (~> 3.0) mimemagic (~> 0.3.2) childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.8) crass (1.0.4) devise (4.6.2) bcrypt (~> 3.0) @@ -104,7 +105,7 @@ GEM globalid (0.4.2) activesupport (>= 4.2.0) hashie (3.6.0) - i18n (1.6.0) + i18n (1.8.8) concurrent-ruby (~> 1.0) iniparse (1.4.4) jaro_winkler (1.5.2) @@ -132,13 +133,13 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mime-types (3.2.2) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.0331) + mime-types-data (3.2020.1104) mimemagic (0.3.3) mini_mime (1.0.1) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.14.3) multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.1.1) @@ -254,6 +255,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.4.1) + ssrf_filter (1.0.7) strings (0.1.5) strings-ansi (~> 0.1) unicode-display_width (~> 1.5) @@ -269,7 +271,7 @@ GEM tty-screen (0.6.5) tty-tree (0.2.0) tty-which (0.4.0) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.6.0) unicode_utils (1.4.0) @@ -285,7 +287,7 @@ PLATFORMS DEPENDENCIES byebug - carrierwave (~> 1.0) + carrierwave (~> 1.3) carrierwave-base64 devise_token_auth factory_bot_rails