diff --git a/Gemfile b/Gemfile index fb3097bc..97f0578a 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'pg', '>= 0.18', '< 2.0' gem 'mime-types', '~> 3.3' gem 'puma', '~> 5.6' -gem 'carrierwave', '~> 2.1.1' +gem 'carrierwave', '~> 2.2.5' gem 'carrierwave-base64', '~> 2.8.0' gem 'dotenv-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 9e388c3c..e051df80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,20 +66,20 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.5) + public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) bcrypt (3.1.18) bootsnap (1.13.0) msgpack (~> 1.2) builder (3.2.4) byebug (11.1.3) - carrierwave (2.1.1) + carrierwave (2.2.5) activemodel (>= 5.0.0) activesupport (>= 5.0.0) addressable (~> 2.6) image_processing (~> 1.1) - mimemagic (>= 0.3.0) + marcel (~> 1.0.0) mini_mime (>= 0.1.3) ssrf_filter (~> 1.0) carrierwave-base64 (2.8.1) @@ -118,7 +118,7 @@ GEM railties (>= 5.0.0) fast_jsonapi (1.5) activesupport (>= 4.2) - ffi (1.15.5) + ffi (1.16.3) globalid (1.0.1) activesupport (>= 5.0) i18n (1.14.1) @@ -140,10 +140,10 @@ GEM mimemagic (0.3.10) nokogiri (~> 1) rake - mini_magick (4.11.0) - mini_mime (1.1.2) - mini_portile2 (2.8.2) - minitest (5.18.0) + mini_magick (4.12.0) + mini_mime (1.1.5) + mini_portile2 (2.8.5) + minitest (5.20.0) msgpack (1.5.4) net-imap (0.2.3) digest @@ -161,7 +161,7 @@ GEM net-protocol timeout nio4r (2.5.9) - nokogiri (1.15.2) + nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) orm_adapter (0.5.0) @@ -169,12 +169,12 @@ GEM parser (3.1.2.0) ast (~> 2.4.1) pg (1.4.2) - public_suffix (4.0.7) + public_suffix (5.0.4) puma (5.6.7) nio4r (~> 2.0) pundit (2.2.0) activesupport (>= 3.0.0) - racc (1.7.0) + racc (1.7.3) rack (2.2.7) rack-cors (1.1.1) rack (>= 2.0.0) @@ -211,7 +211,7 @@ GEM thor (~> 1.0) zeitwerk (~> 2.5) rainbow (3.1.1) - rake (13.0.6) + rake (13.1.0) regexp_parser (2.5.0) responders (3.0.1) actionpack (>= 5.0) @@ -234,9 +234,9 @@ GEM rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) ruby-progressbar (1.11.0) - ruby-vips (2.1.4) + ruby-vips (2.2.0) ffi (~> 1.12) - ssrf_filter (1.0.8) + ssrf_filter (1.1.2) strscan (3.0.4) thor (1.2.2) timeout (0.3.0) @@ -257,7 +257,7 @@ DEPENDENCIES bcrypt (~> 3.1.13) bootsnap (>= 1.4.5) byebug - carrierwave (~> 2.1.1) + carrierwave (~> 2.2.5) carrierwave-base64 (~> 2.8.0) devise devise-i18n