Skip to content

Commit b1fb8ee

Browse files
authored
Build(deps): Bump bootsnap from 1.18.4 to 1.18.6 (#841)
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.18.4 to 1.18.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md">bootsnap's changelog</a>.</em></p> <blockquote> <h1>Unreleased</h1> <ul> <li>Fix cgroup CPU limits detection in CLI.</li> </ul> <h1>1.18.5</h1> <ul> <li>Attempt to detect a QEMU bug that can cause <code>bootsnap precompile</code> to hang forever when building ARM64 docker images from x86_64 machines. See <a href="https://redirect.github.com/Shopify/bootsnap/issues/495">#495</a>.</li> <li>Improve CLI to detect cgroup CPU limits and avoid spawning too many worker processes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Shopify/bootsnap/commit/86efe7df5e3b19b0ba550206a9e03a5c6499d3b0"><code>86efe7d</code></a> Release 1.18.6</li> <li><a href="https://github.com/Shopify/bootsnap/commit/dc98453267575068a3aac65b8653382acd2f84a7"><code>dc98453</code></a> Fix cgroup CPU limits detection in CLI.</li> <li><a href="https://github.com/Shopify/bootsnap/commit/11dbc37f60e6575795cd2295a2494a0bd5e488b3"><code>11dbc37</code></a> Release 1.18.5</li> <li><a href="https://github.com/Shopify/bootsnap/commit/dcd9327587f02f08e8313ff4fc163f04aaaab7e8"><code>dcd9327</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/bootsnap/issues/501">#501</a> from Shopify/improve-parallelism</li> <li><a href="https://github.com/Shopify/bootsnap/commit/abe4ec3aa9d80f2d8b7a3c7d03bf692d39044dce"><code>abe4ec3</code></a> Bump bundler cache on CI</li> <li><a href="https://github.com/Shopify/bootsnap/commit/d603b704ab1b8f14ffe05ba6e7893aef4021fe3f"><code>d603b70</code></a> Attempt to detect QEMU hangs</li> <li><a href="https://github.com/Shopify/bootsnap/commit/5e878001382765e0b291d19b9faa6c1dfd88ef84"><code>5e87800</code></a> cli: improve automatic parallelism to respect cgroup limits</li> <li><a href="https://github.com/Shopify/bootsnap/commit/0dc269dbf05edad1022cb8e050f9a1e429369077"><code>0dc269d</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/bootsnap/issues/499">#499</a> from p8/docs/link-to-official-docs</li> <li><a href="https://github.com/Shopify/bootsnap/commit/5fb9098bd30e5f7bf86e33027c8993fe49b6a5e8"><code>5fb9098</code></a> Link to official Ruby documentation</li> <li><a href="https://github.com/Shopify/bootsnap/commit/252cf48f6fe56f7854bd1b6bcbc3b6692fc8f8f4"><code>252cf48</code></a> Add config/ dir to precompile example</li> <li>See full diff in <a href="https://github.com/Shopify/bootsnap/compare/v1.18.4...v1.18.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bootsnap&package-manager=bundler&previous-version=1.18.4&new-version=1.18.6)](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>
2 parents 730371a + 57dfa7c commit b1fb8ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ GEM
198198
bindex (0.8.1)
199199
binding_of_caller (1.0.1)
200200
debug_inspector (>= 1.2.0)
201-
bootsnap (1.18.4)
201+
bootsnap (1.18.6)
202202
msgpack (~> 1.2)
203203
bootstrap (5.3.5)
204204
popper_js (>= 2.11.8, < 3)
@@ -455,7 +455,7 @@ GEM
455455
mobility-actiontext (1.1.1)
456456
actiontext (>= 6.0)
457457
mobility (~> 1.2)
458-
msgpack (1.7.2)
458+
msgpack (1.8.0)
459459
multi_json (1.15.0)
460460
multipart-post (2.4.1)
461461
mutex_m (0.3.0)

0 commit comments

Comments
 (0)