Skip to content

Commit

Permalink
Bump activesupport from 7.1.2 to 7.1.3 (#79)
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails) from 7.1.2 to 7.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rails/rails/releases">activesupport's releases</a>.</em></p>
<blockquote>
<h2>7.1.3</h2>
<h2>Active Support</h2>
<ul>
<li>
<p>Handle nil <code>backtrace_locations</code> in <code>ActiveSupport::SyntaxErrorProxy</code>.</p>
<p><em>Eugene Kenny</em></p>
</li>
<li>
<p>Fix <code>ActiveSupport::JSON.encode</code> to prevent duplicate keys.</p>
<p>If the same key exist in both String and Symbol form it could
lead to the same key being emitted twice.</p>
<p><em>Manish Sharma</em></p>
</li>
<li>
<p>Fix <code>ActiveSupport::Cache::Store#read_multi</code> when using a cache namespace
and local cache strategy.</p>
<p><em>Mark Oleson</em></p>
</li>
<li>
<p>Fix <code>Time.now/DateTime.now/Date.today</code> to return results in a system timezone after <code>#travel_to</code>.</p>
<p>There is a bug in the current implementation of #travel_to:
it remembers a timezone of its argument, and all stubbed methods start
returning results in that remembered timezone. However, the expected
behaviour is to return results in a system timezone.</p>
<p><em>Aleksei Chernenkov</em></p>
</li>
<li>
<p>Fix <code>:unless_exist</code> option for <code>MemoryStore#write</code> (et al) when using a
cache namespace.</p>
<p><em>S. Brent Faulkner</em></p>
</li>
<li>
<p>Fix ActiveSupport::Deprecation to handle blaming generated code.</p>
<p><em>Jean Boussier</em>, <em>fatkodima</em></p>
</li>
</ul>
<h2>Active Model</h2>
<ul>
<li>No changes.</li>
</ul>
<h2>Active Record</h2>
<ul>
<li>Fix Migrations with versions older than 7.1 validating options given to
<code>add_reference</code>.</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/v7.1.3/activesupport/CHANGELOG.md">activesupport's changelog</a>.</em></p>
<blockquote>
<h2>Rails 7.1.3 (January 16, 2024)</h2>
<ul>
<li>
<p>Handle nil <code>backtrace_locations</code> in <code>ActiveSupport::SyntaxErrorProxy</code>.</p>
<p><em>Eugene Kenny</em></p>
</li>
<li>
<p>Fix <code>ActiveSupport::JSON.encode</code> to prevent duplicate keys.</p>
<p>If the same key exist in both String and Symbol form it could
lead to the same key being emitted twice.</p>
<p><em>Manish Sharma</em></p>
</li>
<li>
<p>Fix <code>ActiveSupport::Cache::Store#read_multi</code> when using a cache namespace
and local cache strategy.</p>
<p><em>Mark Oleson</em></p>
</li>
<li>
<p>Fix <code>Time.now/DateTime.now/Date.today</code> to return results in a system timezone after <code>#travel_to</code>.</p>
<p>There is a bug in the current implementation of #travel_to:
it remembers a timezone of its argument, and all stubbed methods start
returning results in that remembered timezone. However, the expected
behaviour is to return results in a system timezone.</p>
<p><em>Aleksei Chernenkov</em></p>
</li>
<li>
<p>Fix <code>:unless_exist</code> option for <code>MemoryStore#write</code> (et al) when using a
cache namespace.</p>
<p><em>S. Brent Faulkner</em></p>
</li>
<li>
<p>Fix ActiveSupport::Deprecation to handle blaming generated code.</p>
<p><em>Jean Boussier</em>, <em>fatkodima</em></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rails/rails/commit/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7"><code>36c1591</code></a> Preparing for 7.1.3 release</li>
<li><a href="https://github.com/rails/rails/commit/a84622f1a86e2bf06c173c41c733a568db64c7b5"><code>a84622f</code></a> Sync changelog</li>
<li><a href="https://github.com/rails/rails/commit/894f9330a7255780cdf269755cf11f307f4920f6"><code>894f933</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/50764">#50764</a> from eugeneius/syntax_error_proxy_nil_backtrace_loc...</li>
<li><a href="https://github.com/rails/rails/commit/b02f6c916816b9f074f6cfbebede7b5031c8b7f2"><code>b02f6c9</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/48957">#48957</a> from cmaruz/48326</li>
<li><a href="https://github.com/rails/rails/commit/81c8023aae6a2d6236be94c58e146fd389087a1a"><code>81c8023</code></a> Sync changelog</li>
<li><a href="https://github.com/rails/rails/commit/3a85830e6a4fe65716ab7c7e1a8c25f328426153"><code>3a85830</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/50749">#50749</a> from Earlopain/changelog-typo</li>
<li><a href="https://github.com/rails/rails/commit/2606c66616c04919059dff91b1973b422135696e"><code>2606c66</code></a> Use verb form of &quot;fallback&quot;</li>
<li><a href="https://github.com/rails/rails/commit/c4df14298c190ddb9ad885b343aceec10e8b58f4"><code>c4df142</code></a> Clean up AS::NumberHelper#number_to_human doc [ci-skip]</li>
<li><a href="https://github.com/rails/rails/commit/0a51c1a178c203c48499874a8dc2686757e2982a"><code>0a51c1a</code></a> Clean up AS::NumberHelper#number_to_human_size doc [ci-skip]</li>
<li><a href="https://github.com/rails/rails/commit/f5c9a7ec2d3516195c8f81403f4242bcfe550d25"><code>f5c9a7e</code></a> Clean up AS::NumberHelper#number_to_rounded doc [ci-skip]</li>
<li>Additional commits viewable in <a href="https://github.com/rails/rails/compare/v7.1.2...v7.1.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=activesupport&package-manager=bundler&previous-version=7.1.2&new-version=7.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 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>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent 2ad6453 commit ed22f54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.2)
activesupport (7.1.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -19,16 +19,16 @@ GEM
mutex_m
tzinfo (~> 2.0)
base64 (0.2.0)
bigdecimal (3.1.4)
concurrent-ruby (1.2.2)
bigdecimal (3.1.5)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
diff-lcs (1.5.0)
drb (2.2.0)
ruby2_keywords
i18n (1.14.1)
concurrent-ruby (~> 1.0)
mini_portile2 (2.8.5)
minitest (5.20.0)
minitest (5.21.1)
mutex_m (0.2.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
Expand Down

0 comments on commit ed22f54

Please sign in to comment.