Skip to content

Commit 8d73180

Browse files
authored
build(deps-dev): bump actionview from 8.1.2.1 to 8.1.3 in the all-dependencies group (#233)
Bumps the all-dependencies group with 1 update: [actionview](https://github.com/rails/rails). Updates `actionview` from 8.1.2.1 to 8.1.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rails/rails/releases">actionview's releases</a>.</em></p> <blockquote> <h2>8.1.3</h2> <h2>Active Support</h2> <ul> <li> <p>Fix <code>JSONGemCoderEncoder</code> to correctly serialize custom object hash keys.</p> <p>When hash keys are custom objects whose <code>as_json</code> returns a Hash, the encoder now calls <code>to_s</code> on the original key object instead of on the <code>as_json</code> result.</p> <p>Before: hash = {CustomKey.new(123) =&gt; &quot;value&quot;} hash.to_json # =&gt; {&quot;{:id=&gt;123}&quot;:&quot;value&quot;}</p> <p>After: hash.to_json # =&gt; {&quot;custom_123&quot;:&quot;value&quot;}</p> <p><em>Dan Sharp</em></p> </li> <li> <p>Fix inflections to better handle overlapping acronyms.</p> <pre lang="ruby"><code>ActiveSupport::Inflector.inflections(:en) do |inflect| inflect.acronym &quot;USD&quot; inflect.acronym &quot;USDC&quot; end <p>&quot;USDC&quot;.underscore # =&gt; &quot;usdc&quot;<br /> </code></pre></p> <p><em>Said Kaldybaev</em></p> </li> <li> <p>Silence Dalli 4.0+ warning when using <code>ActiveSupport::Cache::MemCacheStore</code>.</p> <p><em>zzak</em></p> </li> </ul> <h2>Active Model</h2> <ul> <li> <p>Fix Ruby 4.0 delegator warning when calling inspect on attributes.</p> <p><em>Hammad Khan</em></p> </li> <li> <p>Fix <code>NoMethodError</code> when deserialising <code>Type::Integer</code> objects marshalled under Rails 8.0.</p> <p>The performance optimisation that replaced <code>@range</code> with <code>@max</code>/<code>@min</code> broke Marshal compatibility. Objects serialised under 8.0 (with <code>@range</code>) and deserialised under 8.1 (expecting <code>@max</code>/<code>@min</code>) would crash with <code>undefined method '&lt;=' for nil</code> because <code>Marshal.load</code> restores instance variables without calling <code>initialize</code>.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rails/rails/blob/v8.1.3/actionview/CHANGELOG.md">actionview's changelog</a>.</em></p> <blockquote> <h2>Rails 8.1.3 (March 24, 2026)</h2> <ul> <li> <p>Fix encoding errors for string locals containing non-ASCII characters.</p> <p><em>Kataoka Katsuki</em></p> </li> <li> <p>Fix collection caching to only forward <code>expires_in</code> argument if explicitly set.</p> <p><em>Pieter Visser</em></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rails/rails/commit/fa8f0812160665bff083a089d2bb2fc1817ea03e"><code>fa8f081</code></a> Preparing for 8.1.3 release</li> <li><a href="https://github.com/rails/rails/commit/63cef3de3bd88d5973837ea268dc710e7dbf7b8e"><code>63cef3d</code></a> Merge branch '8-1-sec' into 8-1-stable</li> <li><a href="https://github.com/rails/rails/commit/e598b9427876ba44bd62c48390e6568476b3f8f0"><code>e598b94</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/56906">#56906</a> from kataokatsuki/fix-strict-locals-non-ascii-encoding</li> <li><a href="https://github.com/rails/rails/commit/c2ea79c21161de7eb271b2789fbed21dde504071"><code>c2ea79c</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/56891">#56891</a> from pietervisser/fix-collection-caching-to-preserv...</li> <li>See full diff in <a href="https://github.com/rails/rails/compare/v8.1.2.1...v8.1.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actionview&package-manager=bundler&previous-version=8.1.2.1&new-version=8.1.3)](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 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>
2 parents a25f337 + 7d63003 commit 8d73180

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionview (8.1.2.1)
11-
activesupport (= 8.1.2.1)
10+
actionview (8.1.3)
11+
activesupport (= 8.1.3)
1212
builder (~> 3.1)
1313
erubi (~> 1.11)
1414
rails-dom-testing (~> 2.2)
1515
rails-html-sanitizer (~> 1.6)
16-
activesupport (8.1.2.1)
16+
activesupport (8.1.3)
1717
base64
1818
bigdecimal
1919
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -28,7 +28,7 @@ GEM
2828
uri (>= 0.13.1)
2929
ast (2.4.3)
3030
base64 (0.3.0)
31-
bigdecimal (4.0.1)
31+
bigdecimal (4.1.0)
3232
builder (3.3.0)
3333
concurrent-ruby (1.3.6)
3434
connection_pool (3.0.2)
@@ -38,7 +38,7 @@ GEM
3838
erubi (1.13.1)
3939
i18n (1.14.8)
4040
concurrent-ruby (~> 1.0)
41-
json (2.19.2)
41+
json (2.19.3)
4242
language_server-protocol (3.17.0.5)
4343
lint_roller (1.1.0)
4444
logger (1.7.0)

0 commit comments

Comments
 (0)