diff --git a/Gemfile b/Gemfile index 36d0be2..968b316 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,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 5f95e14..0d3cdc8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,9 +123,6 @@ GEM erubi (1.13.1) et-orbi (1.4.0) tzinfo - ffi (1.17.3) - ffi (1.17.3-x64-mingw-ucrt) - ffi (1.17.3-x86_64-linux-gnu) fugit (1.12.1) et-orbi (~> 1.4) raabro (~> 1.4) @@ -133,9 +130,7 @@ GEM activesupport (>= 6.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.17.0) pp (>= 0.6.0) @@ -174,8 +169,6 @@ GEM marcel (1.1.0) mcp (0.8.0) json-schema (>= 4.1) - mini_magick (5.3.1) - logger mini_mime (1.1.5) mini_portile2 (2.8.9) minitest (6.0.2) @@ -308,9 +301,6 @@ GEM rubocop-performance (>= 1.24) rubocop-rails (>= 2.30) ruby-progressbar (1.13.0) - ruby-vips (2.3.0) - ffi (~> 1.12) - logger securerandom (0.4.1) solid_cable (3.0.12) actioncable (>= 7.2) @@ -376,7 +366,7 @@ DEPENDENCIES devise (~> 5.0) devise-jwt dotenv - image_processing (~> 1.2) + image_processing (~> 2.0) kamal pg (~> 1.1) puma (>= 5.0)