diff --git a/Gemfile b/Gemfile index d4e70b1d8..ab365a406 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ gem "lograge" gem "rack-attack" # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] -gem "image_processing", "~> 1.2" +gem "image_processing", "~> 2.0" gem "ruby-vips", "~> 2.3", require: false # Use dotenv for environment variables diff --git a/Gemfile.lock b/Gemfile.lock index 99860c4ae..69ab73210 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -219,9 +219,7 @@ GEM domain_name (~> 0.5) i18n (1.14.8) 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.2) importmap-rails (2.2.3) actionpack (>= 6.0.0) activesupport (>= 6.0.0) @@ -294,8 +292,6 @@ GEM matrix (0.4.3) maxminddb (0.1.22) memory_profiler (1.1.0) - mini_magick (5.3.1) - logger mini_mime (1.1.5) minitest (6.0.6) drb (~> 2.0) @@ -619,7 +615,7 @@ DEPENDENCIES geocoder good_job http - image_processing (~> 1.2) + image_processing (~> 2.0) importmap-rails inertia_rails (~> 3.21) jbuilder