diff --git a/Gemfile b/Gemfile index 76350648..4e607ec1 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem "bootsnap", require: false gem "thruster", require: false # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] -gem "image_processing", "~> 1.12" +gem "image_processing", "~> 2.0" gem "ruby-vips" # Ruby core maintained gems diff --git a/Gemfile.lock b/Gemfile.lock index f516a79e..7d44f34b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,9 +164,7 @@ GEM activesupport (>= 6.1) i18n (1.15.2) concurrent-ruby (~> 1.0) - image_processing (1.14.0) - mini_magick (>= 4.9.5, < 6) - ruby-vips (>= 2.0.17, < 3) + image_processing (2.0.3) io-console (0.8.2) irb (1.18.0) pp (>= 0.6.0) @@ -208,8 +206,6 @@ GEM marcel (1.2.1) matrix (0.4.3) memory_profiler (1.1.0) - mini_magick (5.3.1) - logger mini_mime (1.1.5) minitest (6.0.6) drb (~> 2.0) @@ -517,7 +513,7 @@ DEPENDENCIES factory_bot_rails faker flamegraph - image_processing (~> 1.12) + image_processing (~> 2.0) jbuilder jsbundling-rails linkify-it-rb (~> 4.0)