diff --git a/Gemfile b/Gemfile index 31e836c..7f52ebf 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,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 c4125b6..31e503c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -132,12 +132,6 @@ GEM railties (>= 6.1.0) faker (3.8.0) i18n (>= 1.8.11, < 2) - 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.2) et-orbi (~> 1.4) raabro (~> 1.4) @@ -146,9 +140,7 @@ GEM hashdiff (1.2.1) 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) @@ -200,8 +192,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) @@ -374,9 +364,6 @@ GEM ruby-lsp-rspec (0.1.29) ruby-lsp (~> 0.26.0) ruby-progressbar (1.13.0) - ruby-vips (2.3.0) - ffi (~> 1.12) - logger rubyzip (3.3.1) securerandom (0.4.1) selenium-webdriver (4.44.0) @@ -464,7 +451,7 @@ DEPENDENCIES dotenv-rails factory_bot_rails faker - image_processing (~> 1.2) + image_processing (~> 2.0) importmap-rails jbuilder kamal