Commit 6f1ee3a
authored
Build(deps): Bump image_processing from 1.13.0 to 1.14.0 (#761)
Bumps [image_processing](https://github.com/janko/image_processing) from
1.13.0 to 1.14.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/janko/image_processing/blob/master/CHANGELOG.md">image_processing's
changelog</a>.</em></p>
<blockquote>
<h2>1.14.0 (2025-02-10)</h2>
<ul>
<li>
<p>Add support for MiniMagick 5.x (<a
href="https://github.com/lukeasrodgers"><code>@lukeasrodgers</code></a>)</p>
</li>
<li>
<p>Fix <code>#resize_to_cover</code> when dealing with EXIF orientated
images (<a
href="https://github.com/brendon"><code>@brendon</code></a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/janko/image_processing/commit/8185ea61518d8cf477594505cd4b5ab478b28aea"><code>8185ea6</code></a>
Bump to 1.14.0</li>
<li><a
href="https://github.com/janko/image_processing/commit/a5fa97064e801b8d97bacab592cb0bc47f53425b"><code>a5fa970</code></a>
Test on Ruby 3.4</li>
<li><a
href="https://github.com/janko/image_processing/commit/d156626d47b2da6ceafebddd059250017e0a8f98"><code>d156626</code></a>
Add changelog entry</li>
<li><a
href="https://github.com/janko/image_processing/commit/cd2d170b7992c2367f803f4c6f53f4d633217af4"><code>cd2d170</code></a>
Remove gemfiles for MiniMagick 4.x and 5.x</li>
<li><a
href="https://github.com/janko/image_processing/commit/b4daa77c5a24fcf3caa1089a68f371e0ce1774f8"><code>b4daa77</code></a>
Update docs for MiniMagick 5.x</li>
<li><a
href="https://github.com/janko/image_processing/commit/ba30289c7cdf792692702b7c5024f204ea5e8725"><code>ba30289</code></a>
Upgrade minimagick 5 (<a
href="https://redirect.github.com/janko/image_processing/issues/132">#132</a>)</li>
<li><a
href="https://github.com/janko/image_processing/commit/849053000e7d46253aa4c16d50539234f6840f76"><code>8490530</code></a>
Fix bug in resize_to_cover where the image is provided as a string (<a
href="https://redirect.github.com/janko/image_processing/issues/136">#136</a>)</li>
<li><a
href="https://github.com/janko/image_processing/commit/264b0b1d01689f49622562605692b9d353eee4d1"><code>264b0b1</code></a>
Provide a 'Changelog' link on rubygems.org/gems/image_processing (<a
href="https://redirect.github.com/janko/image_processing/issues/129">#129</a>)</li>
<li><a
href="https://github.com/janko/image_processing/commit/b07cb216268ca730f732a1693d72168590da3c08"><code>b07cb21</code></a>
Opt-in for MFA requirement (<a
href="https://redirect.github.com/janko/image_processing/issues/127">#127</a>)</li>
<li><a
href="https://github.com/janko/image_processing/commit/682a32cd46f741cd5502378bba38a7b17c0eff67"><code>682a32c</code></a>
Fix typos (<a
href="https://redirect.github.com/janko/image_processing/issues/126">#126</a>)</li>
<li>See full diff in <a
href="https://github.com/janko/image_processing/compare/v1.13.0...v1.14.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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)
</details>1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
351 | | - | |
| 350 | + | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
393 | 395 | | |
394 | 396 | | |
395 | 397 | | |
| |||
588 | 590 | | |
589 | 591 | | |
590 | 592 | | |
591 | | - | |
| 593 | + | |
592 | 594 | | |
593 | 595 | | |
594 | 596 | | |
| |||
0 commit comments