diff --git a/Gemfile b/Gemfile index 9208a7e..02fe19f 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,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", "~> 1.13" 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 2799dbc..4dffc98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,12 @@ GEM erubi (1.13.1) et-orbi (1.2.11) tzinfo - ffi (1.16.3) + ffi (1.17.1-aarch64-linux-gnu) + ffi (1.17.1-arm-linux-gnu) + ffi (1.17.1-arm64-darwin) + ffi (1.17.1-x86-linux-gnu) + ffi (1.17.1-x86_64-darwin) + ffi (1.17.1-x86_64-linux-gnu) friendly_id (5.5.1) activerecord (>= 4.0.0) fugit (1.11.1) @@ -149,7 +154,7 @@ GEM multi_xml (>= 0.5.2) i18n (1.14.6) 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) importmap-rails (2.0.3) @@ -189,7 +194,7 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.2) - mini_magick (4.12.0) + mini_magick (4.13.2) mini_mime (1.1.5) minitest (5.25.4) msgpack (1.7.5) @@ -318,8 +323,9 @@ GEM rubocop-performance rubocop-rails ruby-progressbar (1.13.0) - ruby-vips (2.2.0) + ruby-vips (2.2.2) ffi (~> 1.12) + logger rubyzip (2.3.2) securerandom (0.4.1) selenium-webdriver (4.27.0) @@ -417,7 +423,7 @@ DEPENDENCIES engtagger (~> 0.4.1) friendly_id (~> 5.5.0) httparty - image_processing (~> 1.2) + image_processing (~> 1.13) importmap-rails jbuilder kamal