Closed pedantic-git closed 4 years ago
Thanks for this! Do you know if newer versions of rmagick are still compatible with libmagick6? I'm not near a computer at the moment to test myself.
@wildlyinaccurate Rmagick 4.0.0 is still only compatible with libmagick6, but this version works with the latest libmagick6 in Arch. The 4.1.0 release candidates are meant to be compatible with libmagick7 (I've not tried them) but if they're following semver then calling them 4.1.0 suggests they're backwards compatible with 4.0.0.
Sweet, sounds good to me. I'll do some quick testing before I merge, and if it all looks good I'll push a new version of the jekyll-responsive-image gem.
(Sorry for the slow reply - I've been on vacation)
@wildlyinaccurate No problem! I've waited over 2 years for some PRs to be merged!
:ship: v1.5.4 of the gem includes this change
RMagick 2.x will no longer compile on Arch Linux because the
libmagick6
is no longer compatible with it.I've tested this plugin works in my use case at least with RMagic 4.x so this is a simple PR that just relaxes that dependency a little.
Let me know if you'd like me to test anything!