diff --git a/Gemfile b/Gemfile index a8685c4..67198a5 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,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 de4929c..52a1f37 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,12 +115,6 @@ GEM factory_bot_rails (6.5.1) factory_bot (~> 6.5) railties (>= 6.1.0) - 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) @@ -137,9 +131,7 @@ GEM railties (>= 5.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) @@ -176,8 +168,6 @@ GEM net-pop net-smtp marcel (1.1.0) - mini_magick (5.3.1) - logger mini_mime (1.1.5) minitest (6.0.3) drb (~> 2.0) @@ -347,9 +337,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) @@ -378,7 +365,11 @@ GEM tailwindcss-rails (4.4.0) railties (>= 7.0.0) tailwindcss-ruby (~> 4.0) + tailwindcss-ruby (4.2.1) + tailwindcss-ruby (4.2.1-aarch64-linux-gnu) + tailwindcss-ruby (4.2.1-aarch64-linux-musl) tailwindcss-ruby (4.2.1-x86_64-linux-gnu) + tailwindcss-ruby (4.2.1-x86_64-linux-musl) temple (0.10.4) thor (1.5.0) thruster (0.1.20) @@ -421,7 +412,7 @@ DEPENDENCIES dotenv-rails factory_bot_rails haml-rails - image_processing (~> 1.2) + image_processing (~> 2.0) jwt kamal pg (~> 1.1)