diff --git a/Gemfile b/Gemfile index 01cfa3b..30a0509 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,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" # Blurt platform publishing gem "faraday" # HTTP client for all platform APIs diff --git a/Gemfile.lock b/Gemfile.lock index 17c7228..2109e9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,13 +127,6 @@ GEM multipart-post (~> 2.0) faraday-net_http (3.4.2) net-http (~> 0.5) - ffi (1.17.3-aarch64-linux-gnu) - ffi (1.17.3-aarch64-linux-musl) - ffi (1.17.3-arm-linux-gnu) - ffi (1.17.3-arm-linux-musl) - ffi (1.17.3-arm64-darwin) - ffi (1.17.3-x86_64-linux-gnu) - ffi (1.17.3-x86_64-linux-musl) front_matter_parser (1.0.1) fugit (1.12.1) et-orbi (~> 1.4) @@ -143,9 +136,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.1) importmap-rails (2.2.3) actionpack (>= 6.0.0) activesupport (>= 6.0.0) @@ -182,8 +173,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.2) drb (~> 2.0) @@ -320,9 +309,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) securerandom (0.4.1) selenium-webdriver (4.41.0) @@ -419,7 +405,7 @@ DEPENDENCIES faraday faraday-multipart front_matter_parser - image_processing (~> 1.2) + image_processing (~> 2.0) importmap-rails kamal propshaft