Skip to content

Commit 9f21340

Browse files
Bump ruby-vips from 2.2.2 to 2.2.3 (#4307)
Bumps [ruby-vips](https://github.com/libvips/ruby-vips) from 2.2.2 to 2.2.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/libvips/ruby-vips/blob/master/CHANGELOG.md">ruby-vips's changelog</a>.</em></p> <blockquote> <h2>Version 2.2.3 (2025-02-06)</h2> <ul> <li>fix <code>Image#add_alpha()</code> with libvips 8.16 [kleisauke]</li> <li>fix FFI function definitions for <code>gboolean</code> parameters [kleisauke]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/libvips/ruby-vips/commit/9fb56ce86652c63d36f361991033f3787884dc8d"><code>9fb56ce</code></a> bump version to 2.2.3</li> <li><a href="https://github.com/libvips/ruby-vips/commit/0003ec7dedbea5e2f3ae34737ad47763805e1721"><code>0003ec7</code></a> Merge pull request <a href="https://redirect.github.com/libvips/ruby-vips/issues/411">#411</a> from kleisauke/use-int-for-gboolean</li> <li><a href="https://github.com/libvips/ruby-vips/commit/ff74ca67b9de320d0ee36a94f8fe974cd6ef0a1b"><code>ff74ca6</code></a> Ensure correct FFI function definitions for <code>gboolean</code> parameters</li> <li><a href="https://github.com/libvips/ruby-vips/commit/b773f31387e69cf106fc1e855f53a923149a6c1e"><code>b773f31</code></a> Merge pull request <a href="https://redirect.github.com/libvips/ruby-vips/issues/407">#407</a> from kleisauke/8.16-add_alpha-compat</li> <li><a href="https://github.com/libvips/ruby-vips/commit/bafd88c211063131f27ce5c51a37d13bac5299f7"><code>bafd88c</code></a> Ensure variadic call is null-terminated</li> <li><a href="https://github.com/libvips/ruby-vips/commit/c7dda29dadaafe941de910a28592c04d80144ee9"><code>c7dda29</code></a> Merge branch 'master' of github.com:libvips/ruby-vips</li> <li><a href="https://github.com/libvips/ruby-vips/commit/66f2d1720927a9ec9ce8729c6cc6187f3cbedd3b"><code>66f2d17</code></a> update docs for 8.16</li> <li><a href="https://github.com/libvips/ruby-vips/commit/572a6b9376a939d3fac05ef110527a11c70cd22b"><code>572a6b9</code></a> Merge pull request <a href="https://redirect.github.com/libvips/ruby-vips/issues/403">#403</a> from kleisauke/update-ci</li> <li><a href="https://github.com/libvips/ruby-vips/commit/41f6e45c11ce37010a25255f4bb8d66e0c7de7aa"><code>41f6e45</code></a> CI: remove redundant <code>DEBIAN_FRONTEND=noninteractive</code> env</li> <li><a href="https://github.com/libvips/ruby-vips/commit/5c01af149645977704fdb2a9e8f7e950102f92bc"><code>5c01af1</code></a> CI: consolidate and simplify APT steps</li> <li>Additional commits viewable in <a href="https://github.com/libvips/ruby-vips/compare/v2.2.2...v2.2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruby-vips&package-manager=bundler&previous-version=2.2.2&new-version=2.2.3)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Justin ! <[email protected]>
1 parent 52f8af8 commit 9f21340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ GEM
444444
rbs (>= 3, < 4)
445445
sorbet-runtime (>= 0.5.10782)
446446
ruby-progressbar (1.13.0)
447-
ruby-vips (2.2.2)
447+
ruby-vips (2.2.3)
448448
ffi (~> 1.12)
449449
logger
450450
ruby_parser (3.21.1)

0 commit comments

Comments
 (0)