diff --git a/Gemfile b/Gemfile index 1076bdab..22fee849 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem "execjs" gem "jbuilder", "~> 2.12" # Use ActiveStorage variant -gem "image_processing", "~> 1.12", ">= 1.12.2" +gem "image_processing", "~> 1.13" gem "comfortable_mexican_sofa", github: "restarone/comfortable-mexican-sofa", tag: "3.5" diff --git a/Gemfile.lock b/Gemfile.lock index d00f16bc..7a4a2e13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,7 +124,12 @@ GEM drb (2.2.1) erubi (1.12.0) execjs (2.9.1) - ffi (1.16.3) + ffi (1.17.0-aarch64-linux-gnu) + ffi (1.17.0-arm-linux-gnu) + ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86-linux-gnu) + ffi (1.17.0-x86_64-darwin) + ffi (1.17.0-x86_64-linux-gnu) globalid (1.2.1) activesupport (>= 6.1) haml (6.2.3) @@ -139,7 +144,7 @@ GEM htmlentities (4.3.4) i18n (1.14.5) concurrent-ruby (~> 1.0) - image_processing (1.12.2) + image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.7.2) @@ -175,7 +180,7 @@ GEM mimemagic (0.4.3) nokogiri (~> 1) rake - mini_magick (4.12.0) + mini_magick (4.13.2) mini_mime (1.1.5) minitest (5.24.1) msgpack (1.7.2) @@ -295,8 +300,9 @@ GEM rubocop (>= 1.33.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) - ruby-vips (2.1.4) + ruby-vips (2.2.2) ffi (~> 1.12) + logger rubyzip (2.3.2) sassc (2.4.0) ffi (~> 1.9) @@ -378,7 +384,7 @@ DEPENDENCIES comfortable_mexican_sofa! execjs htmlentities - image_processing (~> 1.12, >= 1.12.2) + image_processing (~> 1.13) jbuilder (~> 2.12) listen (>= 3.0.5, < 3.10) mysql2 (~> 0.5.6)