Skip to content

Commit 214746d

Browse files
Bump ffi from 1.17.1 to 1.17.2 (#4494)
Bumps [ffi](https://github.com/ffi/ffi) from 1.17.1 to 1.17.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ffi/ffi/blob/master/CHANGELOG.md">ffi's changelog</a>.</em></p> <blockquote> <h2>1.17.2 / 2025-04-15</h2> <p>Fixed:</p> <ul> <li><a href="https://redirect.github.com/ffi/ffi/issues/1144">#1144</a>, <a href="https://redirect.github.com/ffi/ffi/issues/1145">#1145</a> Update libffi to 3.4.8 to fix installation issues on latest Macos on ARM64</li> <li>Various adjustments to run the specs cleanly on Ruby-3.5 master branch.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ffi/ffi/commit/f514862ec78b4b386741330691b3808ff27ada68"><code>f514862</code></a> Update release date in CHANGELOG.md</li> <li><a href="https://github.com/ffi/ffi/commit/58cde66525fef127ca226666cac727a70e7af16f"><code>58cde66</code></a> Merge branch 'master' of github.com:ffi/ffi</li> <li><a href="https://github.com/ffi/ffi/commit/bfa70bf02afdcede4b49c8fc0cb2d221293396da"><code>bfa70bf</code></a> Merge pull request <a href="https://redirect.github.com/ffi/ffi/issues/1147">#1147</a> from ffi/rcd-1.9</li> <li><a href="https://github.com/ffi/ffi/commit/f49d9a436c635eefce660854e708df99d85f37d4"><code>f49d9a4</code></a> Add CHANGELOG item for 1.17.2</li> <li><a href="https://github.com/ffi/ffi/commit/09a9c4c9b114b62da12ffa48f2b47e2dc8c06a75"><code>09a9c4c</code></a> Bump VERSION to 1.17.2</li> <li><a href="https://github.com/ffi/ffi/commit/a4e8b7c292798ca619907bd5ba56b75ab3177a74"><code>a4e8b7c</code></a> Update to rake-compiler-dock-1.9</li> <li><a href="https://github.com/ffi/ffi/commit/17349101393c3df914a094d38a990c39ac7fcd02"><code>1734910</code></a> Merge pull request <a href="https://redirect.github.com/ffi/ffi/issues/1146">#1146</a> from ffi/fix-ractor</li> <li><a href="https://github.com/ffi/ffi/commit/9938d3ba9a957232cc5a29d00a0f7d453ff7fba4"><code>9938d3b</code></a> benchmark gem is bundled gem since ruby-3.5</li> <li><a href="https://github.com/ffi/ffi/commit/85792d33398e1297f56735b817b991a356152603"><code>85792d3</code></a> Fix making FFI::Function shareable for Ractor</li> <li><a href="https://github.com/ffi/ffi/commit/734fc2eedeec84bd3c5909a2fa05864cd17c908d"><code>734fc2e</code></a> Merge pull request <a href="https://redirect.github.com/ffi/ffi/issues/1145">#1145</a> from stanhu/sh-update-libffi-3.4.8</li> <li>Additional commits viewable in <a href="https://github.com/ffi/ffi/compare/v1.17.1...v1.17.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ffi&package-manager=bundler&previous-version=1.17.1&new-version=1.17.2)](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>
1 parent 05ce2e2 commit 214746d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ GEM
160160
fast_stack (0.2.0)
161161
fasterer (0.11.0)
162162
ruby_parser (>= 3.19.1)
163-
ffi (1.17.1-arm64-darwin)
164-
ffi (1.17.1-x86_64-linux-gnu)
163+
ffi (1.17.2-arm64-darwin)
164+
ffi (1.17.2-x86_64-linux-gnu)
165165
ffi-compiler (1.3.2)
166166
ffi (>= 1.15.5)
167167
rake

0 commit comments

Comments
 (0)