Skip to content

Bump mini_magick from 5.3.3 to 5.4.0 - #117

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/mini_magick-5.4.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/mini_magick-5.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor

Bumps mini_magick from 5.3.3 to 5.4.0.

Release notes

Sourced from mini_magick's releases.

5.4.0

  • Added :inherit_fds option for handing open file descriptors to the IM command, so an input that's already an open IO can be passed as /dev/fd/N instead of being written out to a file first:

    File.open("input.jpg", "rb") do |file|
      MiniMagick.identify(inherit_fds: [file]) do |identify|
        identify << "/dev/fd/#{file.fileno}"
      end
    end

    Thanks to @​flavorjones for the contribution!

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mini_magick](https://github.com/minimagick/minimagick) from 5.3.3 to 5.4.0.
- [Release notes](https://github.com/minimagick/minimagick/releases)
- [Commits](minimagick/minimagick@v5.3.3...v5.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Sep 9, 2026
@dependabot
dependabot Bot requested a review from leowilkin as a code owner September 9, 2026 00:26
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Sep 9, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedmini_magick@​5.3.3 ⏵ 5.4.098 +1100100100100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants