diff --git a/Gemfile b/Gemfile index 00ed778..523e65c 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem "bootsnap", 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 7d935d9..21a0c3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,21 +108,11 @@ GEM drb (2.2.3) erb (6.0.6) erubi (1.13.1) - 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) globalid (1.4.0) activesupport (>= 6.1) i18n (1.15.2) 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.3) importmap-rails (2.2.3) actionpack (>= 6.0.0) activesupport (>= 6.0.0) @@ -148,8 +138,6 @@ GEM net-smtp marcel (1.2.1) matrix (0.4.3) - mini_magick (5.3.2) - logger mini_mime (1.1.5) minitest (6.0.6) drb (~> 2.0) @@ -292,9 +280,6 @@ GEM ruby-lsp-rails (0.4.8) ruby-lsp (>= 0.26.0, < 0.27.0) ruby-progressbar (1.13.0) - ruby-vips (2.3.0) - ffi (~> 1.12) - logger rubyzip (3.4.1) securerandom (0.4.1) selenium-webdriver (4.46.0) @@ -353,7 +338,7 @@ DEPENDENCIES bundler-audit capybara debug - image_processing (~> 1.2) + image_processing (~> 2.0) importmap-rails minitest pg (~> 1.1)