diff --git a/Gemfile b/Gemfile index 9ac88cc..4e55a29 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'youtube_id' gem 'aws-sdk-s3' # Use Active Storage variant -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' # Used to modify image sizes from ActiveStorage gem 'mini_magick' diff --git a/Gemfile.lock b/Gemfile.lock index c618133..15679a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,14 +98,14 @@ GEM responders warden (~> 1.2.3) erubi (1.9.0) - ffi (1.11.3) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.7.0) concurrent-ruby (~> 1.0) - image_processing (1.10.0) + image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) - ruby-vips (>= 2.0.13, < 3) + ruby-vips (>= 2.0.17, < 3) jbuilder (2.9.1) activesupport (>= 4.2.0) jmespath (1.4.0) @@ -121,7 +121,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_magick (4.9.5) mini_mime (1.0.2) mini_portile2 (2.4.0) @@ -174,8 +176,8 @@ GEM responders (3.0.0) actionpack (>= 5.0) railties (>= 5.0) - ruby-vips (2.0.16) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) rubyzip (2.0.0) sass-rails (6.0.0) @@ -239,7 +241,7 @@ DEPENDENCIES byebug capybara (>= 2.15) devise - image_processing (~> 1.2) + image_processing (~> 1.12) jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) mini_magick