diff --git a/Gemfile b/Gemfile index cb873a7..87358b2 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem "kamal", require: false gem "thruster", require: false # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] -gem "image_processing", "~> 1.2" +gem "image_processing", "~> 2.0" group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem diff --git a/Gemfile.lock b/Gemfile.lock index b8438b2..e52b10b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,12 +126,6 @@ GEM erubi (1.13.1) et-orbi (1.4.0) tzinfo - ffi (1.17.4-aarch64-linux-gnu) - ffi (1.17.4-aarch64-linux-musl) - ffi (1.17.4-arm-linux-gnu) - ffi (1.17.4-arm-linux-musl) - ffi (1.17.4-x86_64-linux-gnu) - ffi (1.17.4-x86_64-linux-musl) fugit (1.12.1) et-orbi (~> 1.4) raabro (~> 1.4) @@ -154,9 +148,7 @@ GEM rake (~> 13.3) 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) @@ -196,8 +188,6 @@ GEM net-smtp marcel (1.1.0) matrix (0.4.3) - mini_magick (5.3.1) - logger mini_mime (1.1.5) minitest (6.0.3) drb (~> 2.0) @@ -338,9 +328,6 @@ GEM rubocop-performance (>= 1.24) rubocop-rails (>= 2.30) ruby-progressbar (1.13.0) - ruby-vips (2.3.0) - ffi (~> 1.12) - logger rubyzip (3.2.2) sass-embedded (1.99.0-aarch64-linux-gnu) google-protobuf (~> 4.31) @@ -439,7 +426,7 @@ DEPENDENCIES dartsass-rails (~> 0.5.0) debug devise (~> 4.9, >= 4.9.3) - image_processing (~> 1.2) + image_processing (~> 2.0) importmap-rails jbuilder kamal