Bumps the dependencies group with 4 updates: [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper), [doorkeeper-i18n](https://github.com/doorkeeper-gem/doorkeeper-i18n), [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) and [overcommit](https://github.com/sds/overcommit).
Updates `doorkeeper` from 5.9.1 to 5.9.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/doorkeeper-gem/doorkeeper/releases">doorkeeper's releases</a>.</em></p> <blockquote> <h2>v5.9.2</h2> <ul> <li><a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1822">#1822</a><a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1823">#1823</a><a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1825">#1825</a> Update Rubocop config, auto-corrections and codebase cleanup.</li> <li><a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1830">#1830</a> Fix <code>NameError: uninitialized constant ApplicationRecord</code> on <code>rails db:seed</code> (and other non-eager-loading flows) caused by <code>on_load(:active_record)</code> firing re-entrantly during <code>ApplicationRecord</code> autoload. The orm hooks no longer depend on <code>ActiveSupport.on_load(:active_record)</code>; model concerns (<code>Ownership</code>, <code>PolymorphicResourceOwner::ForAccessGrant</code>, <code>PolymorphicResourceOwner::ForAccessToken</code>) are now wired up from each <code>Mixins::*</code> <code>included</code> block, which fires at parent-class autoload time — after <code>Doorkeeper.configure</code> has applied user settings and without re-entering the AR load chain. <ul> <li><strong>Upgrade note</strong>: fully custom model classes that don't include <code>Doorkeeper::Orm::ActiveRecord::Mixins::{Application,AccessToken,AccessGrant}</code> will no longer auto-receive <code>Ownership</code> / <code>PolymorphicResourceOwner</code> concerns (previously injected by <code>run_orm_hooks</code> via the configured class name). Either inherit from the Doorkeeper default model, include the corresponding <code>Mixins::*</code> module, or <code>include</code> the concerns directly.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/doorkeeper-gem/doorkeeper/blob/main/CHANGELOG.md">doorkeeper's changelog</a>.</em></p> <blockquote> <h2>5.9.2</h2> <ul> <li><a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1822">#1822</a><a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1823">#1823</a><a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1825">#1825</a> Update Rubocop config, auto-corrections and codebase cleanup.</li> <li><a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1830">#1830</a> Fix <code>NameError: uninitialized constant ApplicationRecord</code> on <code>rails db:seed</code> (and other non-eager-loading flows) caused by <code>on_load(:active_record)</code> firing re-entrantly during <code>ApplicationRecord</code> autoload. The orm hooks no longer depend on <code>ActiveSupport.on_load(:active_record)</code>; model concerns (<code>Ownership</code>, <code>PolymorphicResourceOwner::ForAccessGrant</code>, <code>PolymorphicResourceOwner::ForAccessToken</code>) are now wired up from each <code>Mixins::*</code> <code>included</code> block, which fires at parent-class autoload time — after <code>Doorkeeper.configure</code> has applied user settings and without re-entering the AR load chain. <ul> <li><strong>Upgrade note</strong>: fully custom model classes that don't include <code>Doorkeeper::Orm::ActiveRecord::Mixins::{Application,AccessToken,AccessGrant}</code> will no longer auto-receive <code>Ownership</code> / <code>PolymorphicResourceOwner</code> concerns (previously injected by <code>run_orm_hooks</code> via the configured class name). Either inherit from the Doorkeeper default model, include the corresponding <code>Mixins::*</code> module, or <code>include</code> the concerns directly.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/doorkeeper-gem/doorkeeper/commit/f27871126e55a68871d2d1a86e32e8d9994267a2"><code>f278711</code></a> Release 5.9.2 :tada:</li> <li><a href="https://github.com/doorkeeper-gem/doorkeeper/commit/d83beb869ba42477eb725d9cf7ca0ad57f71dd3d"><code>d83beb8</code></a> Merge pull request <a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1830">#1830</a> from 55728/refactor/1828-mixins-included-no-on-load</li> <li><a href="https://github.com/doorkeeper-gem/doorkeeper/commit/ab58c37553fc399e80e8cf83a76db5323235b0f8"><code>ab58c37</code></a> Wire model concerns from Mixin <code>included</code> blocks, drop on_load(:active_record)</li> <li><a href="https://github.com/doorkeeper-gem/doorkeeper/commit/3666790b7a91c38fa9b0649195a735f88a5296a8"><code>3666790</code></a> [ci skip] AGENTS.md update</li> <li><a href="https://github.com/doorkeeper-gem/doorkeeper/commit/7ae6104da55d5b1c0cbdaef917c08636abd375e4"><code>7ae6104</code></a> [ci skip] AGENTS.md update</li> <li><a href="https://github.com/doorkeeper-gem/doorkeeper/commit/c68d2a1fe89f0c607255617473fe22816cb40128"><code>c68d2a1</code></a> Merge pull request <a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1827">#1827</a> from doorkeeper-gem/dependabot/github_actions/action...</li> <li><a href="https://github.com/doorkeeper-gem/doorkeeper/commit/549e6f9c5338ff19a8793ef2907381cd41c06768"><code>549e6f9</code></a> Merge pull request <a href="https://redirect.github.com/doorkeeper-gem/doorkeeper/issues/1826">#1826</a> from doorkeeper-gem/dependabot/github_actions/dorny/...</li> <li><a href="https://github.com/doorkeeper-gem/doorkeeper/commit/f4e5fd5dcf1c407961aa6cb711b16e108dfb2f96"><code>f4e5fd5</code></a> Bump actions/checkout from 4 to 6</li> <li><a href="https://github.com/doorkeeper-gem/doorkeeper/commit/ec8873e0387f86d79c0758e06e5cb91601351207"><code>ec8873e</code></a> Bump dorny/paths-filter from 3 to 4</li> <li>See full diff in <a href="https://github.com/doorkeeper-gem/doorkeeper/compare/v5.9.1...v5.9.2">compare view</a></li> </ul> </details> <br /> Updates `doorkeeper-i18n` from 5.2.8 to 5.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/doorkeeper-gem/doorkeeper-i18n/releases">doorkeeper-i18n's releases</a>.</em></p> <blockquote> <h2>v5.2.9</h2> <ul> <li><a href="https://redirect.github.com/doorkeeper-gem/doorkeeper-i18n/issues/73">#73</a> Add colons to translations</li> <li><a href="https://redirect.github.com/doorkeeper-gem/doorkeeper-i18n/issues/74">#74</a> Fix untranslated English fragment in Japanese locale</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/doorkeeper-gem/doorkeeper-i18n/commits/v5.2.9">compare view</a></li> </ul> </details> <br /> Updates `aws-sdk-s3` from 1.225.0 to 1.225.1 <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.225.1 (2026-06-10)</h2> <ul> <li>Issue - Fix <code>download_file</code> single-request mode not writing to a temporary file when given a String/Pathname destination.</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 `overcommit` from 0.70.0 to 0.71.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sds/overcommit/releases">overcommit's releases</a>.</em></p> <blockquote> <h2>0.71.0</h2> <h2>What's Changed</h2> <ul> <li>Make hook context input reads thread-safe by <a href="https://github.com/Felix-LeeSM"><code>@Felix-LeeSM</code></a> in <a href="https://redirect.github.com/sds/overcommit/pull/882">sds/overcommit#882</a></li> <li>Prepare for the new solargraph typecheck format by <a href="https://github.com/lekemula"><code>@lekemula</code></a> in <a href="https://redirect.github.com/sds/overcommit/pull/873">sds/overcommit#873</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Felix-LeeSM"><code>@Felix-LeeSM</code></a> made their first contribution in <a href="https://redirect.github.com/sds/overcommit/pull/882">sds/overcommit#882</a></li> <li><a href="https://github.com/lekemula"><code>@lekemula</code></a> made their first contribution in <a href="https://redirect.github.com/sds/overcommit/pull/873">sds/overcommit#873</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sds/overcommit/compare/v0.70.0...v0.71.0">https://github.com/sds/overcommit/compare/v0.70.0...v0.71.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sds/overcommit/blob/main/CHANGELOG.md">overcommit's changelog</a>.</em></p> <blockquote> <h2>0.71.0</h2> <ul> <li>Fix race condition when reading input from stdin in hooks</li> <li>Update Solargraph regex matcher</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sds/overcommit/commit/8d04861c21c9c842ff66ef6088327b3078ebbfcb"><code>8d04861</code></a> Cut version 0.71.0 (<a href="https://redirect.github.com/sds/overcommit/issues/883">#883</a>)</li> <li><a href="https://github.com/sds/overcommit/commit/5be66b79d7697210465ba7fd78dbee5ddd0d79f1"><code>5be66b7</code></a> Prepare for the new solargraph typecheck format (<a href="https://redirect.github.com/sds/overcommit/issues/873">#873</a>)</li> <li><a href="https://github.com/sds/overcommit/commit/e88e06b8f7f3eac8685491cb78b426b09e6fc34d"><code>e88e06b</code></a> Make hook context input reads thread-safe (<a href="https://redirect.github.com/sds/overcommit/issues/882">#882</a>)</li> <li>See full diff in <a href="https://github.com/sds/overcommit/compare/v0.70.0...v0.71.0">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/7152 -- Commit Summary -- * Bump the dependencies group with 4 updates -- File Changes -- M Gemfile.lock (12) -- Patch Links -- https://github.com/openstreetmap/openstreetmap-website/pull/7152.patch https://github.com/openstreetmap/openstreetmap-website/pull/7152.diff -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/7152 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
