diff --git a/Gemfile b/Gemfile index 59ee215..ae98a88 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ gem "thruster", require: false # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] gem "ruby-vips" -gem "image_processing", "~> 1.2" +gem "image_processing", "~> 2.0" gem "pagy" gem "pundit" diff --git a/Gemfile.lock b/Gemfile.lock index 3424b7f..86b72ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -148,9 +148,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) importmap-rails (2.2.3) actionpack (>= 6.0.0) activesupport (>= 6.0.0) @@ -190,8 +188,6 @@ GEM net-smtp marcel (1.2.1) matrix (0.4.3) - mini_magick (5.3.1) - logger mini_mime (1.1.5) minitest (6.0.6) drb (~> 2.0) @@ -449,7 +445,7 @@ DEPENDENCIES faraday ffaker friendly_id - image_processing (~> 1.2) + image_processing (~> 2.0) importmap-rails jbuilder kamal