Skip to content

Bump mini_magick from 4.9.4 to 4.10.1

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

Bumps mini_magick from 4.9.4 to 4.10.1.

Release notes

Sourced from mini_magick's releases.

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
  • 4206a74 Bump to 4.10.1
  • 4749aab Still prioritize ImageMagick before GraphicsMagick
  • adb8283 Bump to 4.10.0
  • 1b3fe59 Fix Ruby 2.7 warnings (#496)
  • bca935c Add Ruby 2.7 to TravisCI build matrix (#495)
  • 259105c Implement #landscape? and #portrait? Image class methods to check orientation...
  • 916b895 Prioritizes discovery of ImageMagick7/GraphicsMagick over legacy ImageMagick6...
  • db6eda3 update rubies list; sort by newness (#479)
  • d48f914 Bump to 4.9.5
  • ddbd07a Avoid using exception flow in Image.open
  • Additional commits viewable in compare view

Merge request reports