diff --git a/Gemfile b/Gemfile index 55448123..467e726f 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'pundit', '~> 2.3' gem 'will_paginate', '~> 4.0' # Use ActiveStorage variant -gem 'image_processing', '~> 1.12.2' +gem 'image_processing', '~> 1.13.0' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '~> 1.18.3', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 34f13d19..16ea9ce4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM railties (>= 5.0.0) faker (3.4.2) i18n (>= 1.8.11, < 2) - ffi (1.15.5) + ffi (1.17.0) fugit (1.11.0) et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) @@ -131,7 +131,7 @@ GEM activesupport (>= 5.2) i18n (1.14.5) concurrent-ruby (~> 1.0) - image_processing (1.12.2) + image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.7.2) @@ -151,7 +151,7 @@ GEM net-pop net-smtp marcel (1.0.4) - mini_magick (4.11.0) + mini_magick (4.13.2) mini_mime (1.1.5) mini_portile2 (2.8.7) minitest (5.24.1) @@ -265,8 +265,9 @@ GEM rbs (>= 3, < 4) sorbet-runtime (>= 0.5.10782) ruby-progressbar (1.13.0) - ruby-vips (2.1.4) + ruby-vips (2.2.2) ffi (~> 1.12) + logger ruby2_keywords (0.0.5) simplecov (0.21.2) docile (~> 1.1) @@ -304,7 +305,7 @@ DEPENDENCIES faker (~> 3.4) good_job (~> 4.1) has_scope (~> 0.8) - image_processing (~> 1.12.2) + image_processing (~> 1.13.0) mocha (~> 2.4.2) pg (>= 1.2.3, < 2.0) puma (~> 6.4)