Bumps the rails group with 1 update: [rails](https://github.com/rails/rails).
Updates `rails` from 8.1.1 to 8.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rails/rails/releases">rails's releases</a>.</em></p> <blockquote> <h2>8.1.2</h2> <h2>Active Support</h2> <ul> <li> <p>Make <code>delegate</code> and <code>delegate_missing_to</code> work in BasicObject subclasses.</p> <p><em>Rafael Mendonça França</em></p> </li> <li> <p>Fix Inflectors when using a locale that fallbacks to <code>:en</code>.</p> <p><em>Said Kaldybaev</em></p> </li> <li> <p>Fix <code>ActiveSupport::TimeWithZone#as_json</code> to consistently return UTF-8 strings.</p> <p>Previously the returned string would sometime be encoded in US-ASCII, which in some cases may be problematic.</p> <p>Now the method consistently always return UTF-8 strings.</p> <p><em>Jean Boussier</em></p> </li> <li> <p>Fix <code>TimeWithZone#xmlschema</code> when wrapping a <code>DateTime</code> instance in local time.</p> <p>Previously it would return an invalid time.</p> <p><em>Dmytro Rymar</em></p> </li> <li> <p>Implement LocalCache strategy on <code>ActiveSupport::Cache::MemoryStore</code>. The memory store needs to respond to the same interface as other cache stores (e.g. <code>ActiveSupport::NullStore</code>).</p> <p><em>Mikey Gough</em></p> </li> <li> <p>Fix <code>ActiveSupport::Inflector.humanize</code> with international characters.</p> <pre lang="ruby"><code>ActiveSupport::Inflector.humanize(&quot;áÉÍÓÚ&quot;) # =&gt; &quot;Áéíóú&quot; ActiveSupport::Inflector.humanize(&quot;аБВГДЕ&quot;) # =&gt; &quot;Абвгде&quot; </code></pre> <p><em>Jose Luis Duran</em></p> </li> </ul> <h2>Active Model</h2> <ul> <li>No changes.</li> </ul> <h2>Active Record</h2> <ul> <li>Fix counting cached queries in <code>ActiveRecord::RuntimeRegistry</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rails/rails/commit/d7c8ae65b7045490965218a994c300aea8dbb079"><code>d7c8ae6</code></a> Preparing for 8.1.2 release</li> <li><a href="https://github.com/rails/rails/commit/695ac6d83e14d85c131dc4bbad04e9d9cd22676c"><code>695ac6d</code></a> Update Gemfile.lock</li> <li><a href="https://github.com/rails/rails/commit/01263f18e8cd1f9443fe50940682b89ad862450e"><code>01263f1</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/56512">#56512</a> from byroot/remove-minitest-ci</li> <li><a href="https://github.com/rails/rails/commit/3ea2701a15ac253fc6b87b0034a87e3abcb3d3e5"><code>3ea2701</code></a> CHANGELOG sync</li> <li><a href="https://github.com/rails/rails/commit/d3fe83ff97d86480103c8757f055f6903612505b"><code>d3fe83f</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/56541">#56541</a> from rails/remove-system-test-from-default-ci-template</li> <li><a href="https://github.com/rails/rails/commit/528351457f6aa2a472c22b6cf481bea7d2621e0b"><code>5283514</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/56012">#56012</a> from jmalcic/restore-default-adc-for-gcs-iam-client</li> <li><a href="https://github.com/rails/rails/commit/53e82ef8a931d4b6d01b9240ea6e486b31e14d61"><code>53e82ef</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/56534">#56534</a> from khasinski/fix-sqlite3-schema-dump-default-nil</li> <li><a href="https://github.com/rails/rails/commit/d2509f864aed30800b9e6d305831a62c825033a5"><code>d2509f8</code></a> Allow backburner warning</li> <li><a href="https://github.com/rails/rails/commit/8c48fd1c1e0a66217e03fe227197dd7b8ff0fc3c"><code>8c48fd1</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/56535">#56535</a> from eglitobias/8-1-stable</li> <li><a href="https://github.com/rails/rails/commit/adcface26aae1018cdfe87610f85c87508b52865"><code>adcface</code></a> Fix PostgreSQL schema_search_path after reconnect and reset</li> <li>Additional commits viewable in <a href="https://github.com/rails/rails/compare/v8.1.1...v8.1.2">compare view</a></li> </ul> </details> <br /> [](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 <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/6702 -- Commit Summary -- * Bump rails from 8.1.1 to 8.1.2 in the rails group -- File Changes -- M Gemfile.lock (124) -- Patch Links -- https://github.com/openstreetmap/openstreetmap-website/pull/6702.patch https://github.com/openstreetmap/openstreetmap-website/pull/6702.diff -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6702 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
