Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
283d22f21c
chore(deps): bump mini_magick from 4.13.2 to 5.2.0
Bumps [mini_magick](https://github.com/minimagick/minimagick) from 4.13.2 to 5.2.0.
- [Release notes](https://github.com/minimagick/minimagick/releases)
- [Commits](https://github.com/minimagick/minimagick/compare/v4.13.2...v5.2.0)

---
updated-dependencies:
- dependency-name: mini_magick
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 06:43:04 +00:00
2 changed files with 7 additions and 5 deletions

View File

@ -63,7 +63,7 @@ gem "sidekiq-scheduler", "~> 5.0"
gem "image_processing", "~> 1.13"
# gem "ruby-vips", "~> 2.2"
gem "mini_magick", "~> 4.13.2"
gem "mini_magick", "~> 5.2.0"
gem "redis", "~> 5.3"

View File

@ -194,8 +194,8 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
image_processing (1.14.0)
mini_magick (>= 4.9.5, < 6)
ruby-vips (>= 2.0.17, < 3)
inherited_resources (1.14.0)
actionpack (>= 6.0)
@ -255,7 +255,9 @@ GEM
matrix (0.4.2)
meta-tags (2.22.1)
actionpack (>= 6.0.0, < 8.1)
mini_magick (4.13.2)
mini_magick (5.2.0)
benchmark
logger
mini_mime (1.1.5)
minitest (5.25.4)
msgpack (1.7.5)
@ -538,7 +540,7 @@ DEPENDENCIES
kamal
kaminari (~> 1.2)
meta-tags (~> 2.22)
mini_magick (~> 4.13.2)
mini_magick (~> 5.2.0)
pg (~> 1.5)
propshaft
puma (>= 5.0)