Skip to content

Bump mini_magick from 4.9.4 to 4.11.0

NipaNipa requested to merge dependabot/bundler/mini_magick-4.11.0 into master

Bumps mini_magick from 4.9.4 to 4.11.0.

Release notes

Sourced from mini_magick's releases.

v4.11.0

  • Fix fetching metadata when there are GhostScript warnings (#522)
  • Fixed some method redefined warnings (#505)
  • Added MiniMagick::Image.get_image_from_pixels (#516)
  • extend MiniMagick::Tool#stack to support arguments so that it can be used with Active Storage

v4.10.1

  • Still pick up ImageMagick over GraphicsMagick if both are installed

v4.10.0

  • Prioritize discovery of ImageMagick 7 over 6 if both are installed (@​drnic)
  • Add MiniMagick::Image#landscape? and #portrait? methods for checking orientiation (@​theomarkkuspaul)
  • Fix Ruby 2.7 warnings (@​kamipo)

v4.9.5

  • Fixed MiniMagick::Image.open not working with non-ASCII filenames anymore after previous version (thanks to @​meganemura)
Commits
  • 0217b4d Bump to 4.11.0
  • b7b224f Accept hash of options in #stack
  • 2fcb5f1 Remove validate_on_write from README
  • 065bfab Add YARD example tags; option (#507)
  • 630ec8d feat: added helper function to convert array of rgb pixels to form an image (...
  • eee6cc0 Parse out Ghostscript warnings in identfication (#522)
  • 986466d Fix typo (#520)
  • c32d09f Remove Ruby 1.9.3 from README (#513)
  • 13a8835 Suppress warning: method redefined; discarding old cli and cli= (#505)
  • 8ce421a Fix Imagemagick download URI on CI (#506)
  • Additional commits viewable in compare view

Merge request reports