diff --git a/Gemfile b/Gemfile index c724167..717165c 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,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" # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin Ajax possible # gem "rack-cors" diff --git a/Gemfile.lock b/Gemfile.lock index ded83c6..09d839a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,14 +129,6 @@ GEM multipart-post (~> 2.0) faraday-net_http (3.4.3) net-http (~> 0.5) - 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-arm64-darwin) - ffi (1.17.4-x86_64-darwin) - 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) @@ -145,9 +137,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) io-console (0.8.2) irb (1.18.0) pp (>= 0.6.0) @@ -179,8 +169,6 @@ GEM net-pop net-smtp marcel (1.2.1) - mini_magick (5.3.1) - logger mini_mime (1.1.5) minitest (6.0.6) drb (~> 2.0) @@ -346,9 +334,6 @@ GEM faraday (>= 1) faraday-multipart (>= 1) ruby-progressbar (1.13.0) - ruby-vips (2.3.0) - ffi (~> 1.12) - logger securerandom (0.4.1) sidekiq (7.3.9) base64 @@ -428,7 +413,7 @@ DEPENDENCIES factory_bot_rails (~> 6.4) faraday (~> 2.10) faraday-multipart (~> 1.0) - image_processing (~> 1.2) + image_processing (~> 2.0) kamal pg (~> 1.1) puma (>= 5.0)