Bumps the dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [jbuilder](https://github.com/rails/jbuilder) | `2.15.0` | `2.15.1` | | [bootsnap](https://github.com/rails/bootsnap) | `1.24.4` | `1.24.5` | | [image_optim](https://github.com/tomhughes/image_optim) | ``745137c`` | ``1a88763`` | | [dalli](https://github.com/petergoldstein/dalli) | `5.0.4` | `5.0.5` | | [opentelemetry-instrumentation-all](https://github.com/open-telemetry/opentelemetry-ruby-contrib) | `0.93.0` | `0.94.0` | | [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.223.0` | `1.224.0` | | [image_processing](https://github.com/janko/image_processing) | `2.0.0` | `2.0.1` | | [jwt](https://github.com/jwt/ruby-jwt) | `2.10.2` | `2.10.3` | | [puma](https://github.com/puma/puma) | `8.0.1` | `8.0.2` | | [database_consistency](https://github.com/djezzzl/database_consistency) | `3.0.4` | `3.0.5` |
Updates `jbuilder` from 2.15.0 to 2.15.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rails/jbuilder/releases">jbuilder's releases</a>.</em></p> <blockquote> <h2>v2.15.1</h2> <h2>What's Changed</h2> <ul> <li>Fix partial for Active Model when extra locals are passed in by <a href="https://github.com/rafaelfranca"><code>@​rafaelfranca</code></a> in <a href="https://redirect.github.com/rails/jbuilder/pull/617">rails/jbuilder#617</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rafaelfranca"><code>@​rafaelfranca</code></a> made their first contribution in <a href="https://redirect.github.com/rails/jbuilder/pull/617">rails/jbuilder#617</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rails/jbuilder/compare/v2.15.0...v2.15.1">https://github.com/rails/jbuilder/compare/v2.15.0...v2.15.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rails/jbuilder/commit/31eb6e909968adafb3dbd6ca7a603d23f738f154"><code>31eb6e9</code></a> Prepare for 2.15.1</li> <li><a href="https://github.com/rails/jbuilder/commit/154b0fe1d4494af8060a462fb78bad15e479b694"><code>154b0fe</code></a> Merge pull request <a href="https://redirect.github.com/rails/jbuilder/issues/617">#617</a> from rails/rm-fix-616</li> <li><a href="https://github.com/rails/jbuilder/commit/d3e763b03ab8a14d3a1a03ae29d03b42e91181d7"><code>d3e763b</code></a> Fix partial for Active Model when extra locals are passed in</li> <li>See full diff in <a href="https://github.com/rails/jbuilder/compare/v2.15.0...v2.15.1">compare view</a></li> </ul> </details> <br /> Updates `bootsnap` from 1.24.4 to 1.24.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rails/bootsnap/blob/main/CHANGELOG.md">bootsnap's changelog</a>.</em></p> <blockquote> <h1>1.24.5</h1> <ul> <li>No longer load the config file by default when setup is done manually. This is so cli applications like homebrew don't mistakenly load another app's boostnap config.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rails/bootsnap/commit/d6ca0505280dbba4b18625793a529acd8c8f07e3"><code>d6ca050</code></a> Release 1.24.5</li> <li><a href="https://github.com/rails/bootsnap/commit/579aa0e3bf0b11ceb102a9042e63c32f573dcffb"><code>579aa0e</code></a> Merge pull request <a href="https://redirect.github.com/rails/bootsnap/issues/552">#552</a> from byroot/fix-bootsnap-config</li> <li><a href="https://github.com/rails/bootsnap/commit/2884e8908f4c1b20a32c83189de23c5d5b04998a"><code>2884e89</code></a> Only load config file is directed to by <code>.setup</code></li> <li><a href="https://github.com/rails/bootsnap/commit/103a92bc6fd05c7c97abfd048c8fc5cb0bd05757"><code>103a92b</code></a> Merge pull request <a href="https://redirect.github.com/rails/bootsnap/issues/551">#551</a> from byroot/enable-fstr-global</li> <li><a href="https://github.com/rails/bootsnap/commit/33c927dc61e8ea868f1dcc681df5275d173b71fb"><code>33c927d</code></a> Update compiler options when global options change</li> <li><a href="https://github.com/rails/bootsnap/commit/122db7fdaea8a05fd54a8d23df8946bed43d9f54"><code>122db7f</code></a> Simplify <code>enable_frozen_string_literal(app_only: false)</code></li> <li>See full diff in <a href="https://github.com/rails/bootsnap/compare/v1.24.4...v1.24.5">compare view</a></li> </ul> </details> <br /> Updates `image_optim` from `745137c` to `1a88763` <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tomhughes/image_optim/commit/1a887639492923d05256d60c063e357c93d648d8"><code>1a88763</code></a> Add support for svgo 2.x and 3.x</li> <li><a href="https://github.com/tomhughes/image_optim/commit/40443d1cf1cbf2a66a435ee3447750ad43e7fd1d"><code>40443d1</code></a> calm down rubocop</li> <li><a href="https://github.com/tomhughes/image_optim/commit/6e29babb2b8e8513494412f6df9b3b6a88376b3e"><code>6e29bab</code></a> add a basic check for names of enabled and disabled svgo plugins</li> <li>See full diff in <a href="https://github.com/tomhughes/image_optim/compare/745137caf615ab07b29082c291416c8fbe0ac3b9...1a887639492923d05256d60c063e357c93d648d8">compare view</a></li> </ul> </details> <br /> Updates `dalli` from 5.0.4 to 5.0.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md">dalli's changelog</a>.</em></p> <blockquote> <h1>5.0.5</h1> <p>Performance:</p> <ul> <li> <p>Batch multi-key commands into a single write to reduce packet overhead (<a href="https://redirect.github.com/petergoldstein/dalli/issues/1107">#1107</a>)</p> <ul> <li>With <code>TCP_NODELAY</code> set on sockets, each <code>write</code> call emits a separate packet; the meta protocol was calling <code>write</code> up to 3 times per key in multi-key operations (<code>get_multi</code>, <code>set_multi</code>, <code>delete_multi</code>), significantly increasing network traffic compared to the old binary protocol</li> <li>Multi-key request paths now buffer all per-key commands into a single binary string and flush once; single-key paths combine the write and flush into one <code>flushed_write</code> call</li> <li>Thanks to Jean Boussier for this contribution</li> </ul> </li> <li> <p>Avoid repeated <code>RUBY_ENGINE</code> checks on every socket read (<a href="https://redirect.github.com/petergoldstein/dalli/issues/1103">#1103</a>)</p> <ul> <li>Moved the JRuby branch from a runtime <code>if</code> inside <code>ConnectionManager#read</code> to a class-level conditional method definition, so the check happens once at load time rather than on every read call</li> <li>Thanks to Jean Boussier for this contribution</li> </ul> </li> <li> <p>Eliminate per-call array allocations in <code>ResponseProcessor</code> (<a href="https://redirect.github.com/petergoldstein/dalli/issues/1104">#1104</a>)</p> <ul> <li>Token sets passed to <code>error_on_unexpected!</code> (e.g. <code>[VA, EN, HD]</code>) were allocated as new arrays on every invocation; replaced with frozen constants defined once at class load time</li> <li>Thanks to Jean Boussier for this contribution</li> </ul> </li> <li> <p>Avoid string copies when building request commands in <code>RequestFormatter</code> (<a href="https://redirect.github.com/petergoldstein/dalli/issues/1106">#1106</a>)</p> <ul> <li>Changed <code>cmd + TERMINATOR</code> to <code>cmd << TERMINATOR</code>; since <code>cmd</code> is always a mutable string, the in-place append avoids copying the entire command string just to append two bytes</li> <li>Thanks to Jean Boussier for this contribution</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/petergoldstein/dalli/commit/14b87ba9e140bd53fe418eaf2dcedcbcd175d308"><code>14b87ba</code></a> Merge pull request <a href="https://redirect.github.com/petergoldstein/dalli/issues/1110">#1110</a> from petergoldstein/release/5.0.5</li> <li><a href="https://github.com/petergoldstein/dalli/commit/9e7ab6f1c2e146002e6a716d8aedce5525ba082d"><code>9e7ab6f</code></a> Prepare 5.0.5 release</li> <li><a href="https://github.com/petergoldstein/dalli/commit/d4c4bb4b97e6090952c09ef5c6675bcb8c4d50c4"><code>d4c4bb4</code></a> Merge pull request <a href="https://redirect.github.com/petergoldstein/dalli/issues/1109">#1109</a> from petergoldstein/changelog/1107</li> <li><a href="https://github.com/petergoldstein/dalli/commit/58cf37f46bec073028b85a2a548ec14cf610632c"><code>58cf37f</code></a> Add CHANGELOG entry for <a href="https://redirect.github.com/petergoldstein/dalli/issues/1107">#1107</a></li> <li><a href="https://github.com/petergoldstein/dalli/commit/8f26c75c27df9a99892b406c442e2b2f4c7fe014"><code>8f26c75</code></a> Merge pull request <a href="https://redirect.github.com/petergoldstein/dalli/issues/1107">#1107</a> from byroot/batch-writes</li> <li><a href="https://github.com/petergoldstein/dalli/commit/cd52ac61521797893dbfd56697293bc861021086"><code>cd52ac6</code></a> Merge pull request <a href="https://redirect.github.com/petergoldstein/dalli/issues/1108">#1108</a> from petergoldstein/changelog/1103-1104-1106</li> <li><a href="https://github.com/petergoldstein/dalli/commit/d36c45ef8b0f75957c81a6c6b54ab9e2ff71fa21"><code>d36c45e</code></a> Batch multi commands to avoid sending too many packets</li> <li><a href="https://github.com/petergoldstein/dalli/commit/a0a3311a9fdd9068b47bbaaac46c98ce71e6cfeb"><code>a0a3311</code></a> Add CHANGELOG entries for merged PRs <a href="https://redirect.github.com/petergoldstein/dalli/issues/1103">#1103</a>, <a href="https://redirect.github.com/petergoldstein/dalli/issues/1104">#1104</a>, and <a href="https://redirect.github.com/petergoldstein/dalli/issues/1106">#1106</a></li> <li><a href="https://github.com/petergoldstein/dalli/commit/93e0086f02da401894f888b3853d80d3afdf304f"><code>93e0086</code></a> Merge pull request <a href="https://redirect.github.com/petergoldstein/dalli/issues/1106">#1106</a> from byroot/fix-needless-allocs</li> <li><a href="https://github.com/petergoldstein/dalli/commit/ba0ae40d4d770ff6cd9293a8a669283c6ca3c915"><code>ba0ae40</code></a> Merge pull request <a href="https://redirect.github.com/petergoldstein/dalli/issues/1104">#1104</a> from byroot/constantize-type-sets</li> <li>Additional commits viewable in <a href="https://github.com/petergoldstein/dalli/compare/v5.0.4...v5.0.5">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry-instrumentation-all` from 0.93.0 to 0.94.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases">opentelemetry-instrumentation-all's releases</a>.</em></p> <blockquote> <h2>opentelemetry-instrumentation-all 0.94.0</h2> <h2>v0.94.0 / 2026-05-21</h2> <ul> <li>ADDED: Upgrade opentelemetry-instrumentation-trilogy to 0.69.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-all/v0.93.0...opentelemetry-instrumentation-all/v0.94.0">compare view</a></li> </ul> </details> <br /> Updates `aws-sdk-s3` from 1.223.0 to 1.224.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md">aws-sdk-s3's changelog</a>.</em></p> <blockquote> <h2>1.224.0 (2026-05-21)</h2> <ul> <li>Feature - Code Generated Changes, see <code>./build_tools</code> or <code>aws-sdk-core</code>'s CHANGELOG.md for details.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/aws/aws-sdk-ruby/commits">compare view</a></li> </ul> </details> <br /> Updates `image_processing` from 2.0.0 to 2.0.1 <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>2.0.1 (2026-05-22)</h2> <ul> <li>[minimagick] Prevent remote shell execution when passing loader/saver options from user input</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/janko/image_processing/commit/948938734ede6b1d57c4fc6959fc3ae656187145"><code>9489387</code></a> Bump to 2.0.1</li> <li><a href="https://github.com/janko/image_processing/commit/31b3d9138ac68fb45baad71fe71b62eb82baee23"><code>31b3d91</code></a> Prevent remote shell execution in loader/saver minimagick options</li> <li>See full diff in <a href="https://github.com/janko/image_processing/compare/v2.0.0...v2.0.1">compare view</a></li> </ul> </details> <br /> Updates `jwt` from 2.10.2 to 2.10.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jwt/ruby-jwt/commit/a52e81d2c6b6aa6ff4be929dfa69da6b52db2888"><code>a52e81d</code></a> Version 2.10.3 (<a href="https://redirect.github.com/jwt/ruby-jwt/issues/726">#726</a>)</li> <li><a href="https://github.com/jwt/ruby-jwt/commit/9820020869ad147b941e49d96ab8beba35532964"><code>9820020</code></a> Backport to 2.x: Reject nil and empty HMAC keys (CVE-2026-45363) (<a href="https://redirect.github.com/jwt/ruby-jwt/issues/725">#725</a>)</li> <li>See full diff in <a href="https://github.com/jwt/ruby-jwt/compare/v2.10.2...v2.10.3">compare view</a></li> </ul> </details> <br /> Updates `puma` from 8.0.1 to 8.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/puma/puma/releases">puma's releases</a>.</em></p> <blockquote> <h2>v8.0.2</h2> <ul> <li>Bugfixes <ul> <li>Anchor PROXY protocol v1 regex to string start and enforce max line length to prevent injection via crafted request bodies (<a href="https://redirect.github.com/puma/puma/issues/3944">#3944</a>)</li> <li>Parse PROXY protocol header only on the first request per connection to prevent spoofing on keep-alive connections (<a href="https://redirect.github.com/puma/puma/issues/3944">#3944</a>)</li> </ul> </li> </ul> <h2>Security advisories</h2> <ul> <li><a href="https://github.com/puma/puma/security/advisories/GHSA-qpgp-93vx-g8v8">CVE-2026-47736 / GHSA-qpgp-93vx-g8v8</a>: Puma PROXY Protocol v1 Parser Allows Remote Memory Exhaustion</li> <li><a href="https://github.com/puma/puma/security/advisories/GHSA-2vqw-3mp8-cgmx">CVE-2026-47737 / GHSA-2vqw-3mp8-cgmx</a>: Puma PROXY Protocol v1 Accepts Repeated Protocol Headers on Persistent Connections</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/puma/puma/blob/main/History.md">puma's changelog</a>.</em></p> <blockquote> <h2>8.0.2 / 2026-05-27</h2> <ul> <li>Bugfixes <ul> <li>Anchor PROXY protocol v1 regex to string start and enforce max line length to prevent injection via crafted request bodies (<a href="https://redirect.github.com/puma/puma/issues/3944">#3944</a>)</li> <li>Parse PROXY protocol header only on the first request per connection to prevent spoofing on keep-alive connections (<a href="https://redirect.github.com/puma/puma/issues/3944">#3944</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/puma/puma/commit/8085b75e79e3f7f1a96e5b488d74a71f62edd24d"><code>8085b75</code></a> Release v8.0.2 (<a href="https://redirect.github.com/puma/puma/issues/3945">#3945</a>)</li> <li><a href="https://github.com/puma/puma/commit/439c6136d9c2275721b7864db3ee78af7c80889f"><code>439c613</code></a> 8.0.2 backport (<a href="https://redirect.github.com/puma/puma/issues/3944">#3944</a>)</li> <li>See full diff in <a href="https://github.com/puma/puma/compare/v8.0.1...v8.0.2">compare view</a></li> </ul> </details> <br /> Updates `database_consistency` from 3.0.4 to 3.0.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/djezzzl/database_consistency/blob/master/CHANGELOG.md">database_consistency's changelog</a>.</em></p> <blockquote> <h3>[3.0.5] - 2026/05/23</h3> <ul> <li>Improve <code>MissingIndexFindByChecker</code> to skip boolean columns, which are low-cardinality and rarely benefit from single-column indexes. Thanks <a href="https://github.com/rachaelghorbani">Rachael Ghorbani</a> for reporting this!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/djezzzl/database_consistency/commit/ec98477e438fd570b311ce098e2bde4a21eb7074"><code>ec98477</code></a> Release v3.0.5</li> <li><a href="https://github.com/djezzzl/database_consistency/commit/86aa9e7fee0ecad0f7a54ef9dfbb5d6ce1ef65ff"><code>86aa9e7</code></a> Ignore boolean columns in MissingIndexFindByChecker (<a href="https://redirect.github.com/djezzzl/database_consistency/issues/303">#303</a>)</li> <li><a href="https://github.com/djezzzl/database_consistency/commit/9a16ffbb9f65717c5300bc3b50dcdf745f75eaf7"><code>9a16ffb</code></a> Update CHANGELOG for version 3.0.4</li> <li>See full diff in <a href="https://github.com/djezzzl/database_consistency/compare/v3.0.4...v3.0.5">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/7114 -- Commit Summary -- * Bump the dependencies group with 10 updates -- File Changes -- M Gemfile.lock (46) -- Patch Links -- https://github.com/openstreetmap/openstreetmap-website/pull/7114.patch https://github.com/openstreetmap/openstreetmap-website/pull/7114.diff -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/7114 You are receiving this because you are subscribed to this thread. Message ID: <openstreetmap/openstreetmap-website/pull/[email protected]>
_______________________________________________ rails-dev mailing list [email protected] https://lists.openstreetmap.org/listinfo/rails-dev
