diff --git a/Gemfile.lock b/Gemfile.lock index 2c987f6..0b34955 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,6 +62,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) arbre (1.1.1) activesupport (>= 3.0.0) arel (9.0.0) @@ -70,10 +72,14 @@ GEM aws_cf_signer (0.1.3) bcrypt (3.1.12) builder (3.2.3) - carrierwave (1.3.1) - activemodel (>= 4.0.0) - activesupport (>= 4.0.0) - mime-types (>= 1.16) + carrierwave (2.1.1) + activemodel (>= 5.0.0) + activesupport (>= 5.0.0) + addressable (~> 2.6) + image_processing (~> 1.1) + mimemagic (>= 0.3.0) + mini_mime (>= 0.1.3) + ssrf_filter (~> 1.0) cloudinary (1.11.1) aws_cf_signer rest-client @@ -86,7 +92,7 @@ GEM execjs coffee-script-source (1.12.2) colorize (0.8.1) - concurrent-ruby (1.1.4) + concurrent-ruby (1.1.8) crass (1.0.4) daemons (1.3.1) database_cleaner (1.7.0) @@ -123,8 +129,11 @@ GEM activesupport (>= 4.1) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (1.5.1) + i18n (1.8.8) concurrent-ruby (~> 1.0) + image_processing (1.12.1) + mini_magick (>= 4.9.5, < 5) + ruby-vips (>= 2.0.17, < 3) inherited_resources (1.9.0) actionpack (>= 4.2, < 5.3) has_scope (~> 0.6) @@ -159,13 +168,14 @@ 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.2018.0812) + mime-types-data (3.2020.1104) mimemagic (0.3.3) + mini_magick (4.11.0) mini_mime (1.0.1) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.14.3) netrc (0.11.0) nio4r (2.3.1) nokogiri (1.10.0) @@ -179,6 +189,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) + public_suffix (4.0.6) puma (3.12.0) rack (2.0.6) rack-test (1.1.0) @@ -252,6 +263,8 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (~> 1.4.0) ruby-progressbar (1.10.0) + ruby-vips (2.0.17) + ffi (~> 1.9) sass (3.7.3) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -273,6 +286,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + ssrf_filter (1.0.7) taperole (2.1.1) colorize (~> 0.8.1) slack-notifier (~> 1.5) @@ -287,7 +301,7 @@ GEM thor (0.19.4) thread_safe (0.3.6) tilt (2.0.9) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3)