Skip to content

Commit

Permalink
Bump activesupport from 7.0.7.2 to 7.0.8 (#72)
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails) from 7.0.7.2 to 7.0.8.
<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.0.8</h2>
<h2>Active Support</h2>
<ul>
<li>
<p>Fix <code>TimeWithZone</code> still using deprecated <code>#to_s</code> when <code>ENV</code> or <code>config</code> to
disable it are set.</p>
<p><em>Hartley McGuire</em></p>
</li>
<li>
<p>Fix CacheStore#write_multi when using a distributed Redis cache with a connection pool.</p>
<p>Fixes <a href="https://redirect.github.com/rails/rails/issues/48938">#48938</a>.</p>
<p><em>Jonathan del Strother</em></p>
</li>
</ul>
<h2>Active Model</h2>
<ul>
<li>No changes.</li>
</ul>
<h2>Active Record</h2>
<ul>
<li>
<p>Fix <code>change_column</code> not setting <code>precision: 6</code> on <code>datetime</code> columns when
using 7.0+ Migrations and SQLite.</p>
<p><em>Hartley McGuire</em></p>
</li>
<li>
<p>Fix unscope is not working in specific case</p>
<p>Before:</p>
<pre lang="ruby"><code>Post.where(id: 1...3).unscope(where: :id).to_sql # &quot;SELECT `posts`.* FROM `posts` WHERE `posts`.`id` &gt;= 1 AND `posts`.`id` &lt; 3&quot;
<p></code></pre></p>
<p>After:</p>
<pre lang="ruby"><code>Post.where(id: 1...3).unscope(where: :id).to_sql # &quot;SELECT `posts`.* FROM `posts`&quot;
</code></pre>
<p>Fixes <a href="https://redirect.github.com/rails/rails/issues/48094">#48094</a>.</p>
<p><em>Kazuya Hatanaka</em></p>
</li>
<li>
<p>Fix associations to a STI model including a <code>class_name</code> parameter</p>
<pre lang="ruby"><code></code></pre>
</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.0.8/activesupport/CHANGELOG.md">activesupport's changelog</a>.</em></p>
<blockquote>
<h2>Rails 7.0.8 (September 09, 2023)</h2>
<ul>
<li>
<p>Fix <code>TimeWithZone</code> still using deprecated <code>#to_s</code> when <code>ENV</code> or <code>config</code> to
disable it are set.</p>
<p><em>Hartley McGuire</em></p>
</li>
<li>
<p>Fix CacheStore#write_multi when using a distributed Redis cache with a connection pool.</p>
<p>Fixes <a href="https://redirect.github.com/rails/rails/issues/48938">#48938</a>.</p>
<p><em>Jonathan del Strother</em></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rails/rails/commit/fc734f28e65ef8829a1a939ee6702c1f349a1d5a"><code>fc734f2</code></a> Preparing for 7.0.8 release</li>
<li><a href="https://github.com/rails/rails/commit/7bf0e439da8d089a22ea5d144373435eed15ba96"><code>7bf0e43</code></a> Fix TimeWithZone#to_s being overriden with ENV set</li>
<li><a href="https://github.com/rails/rails/commit/f5fd433b6dfb56f01c0da18dfab359f3184bf3b8"><code>f5fd433</code></a> Document how to remove to_s deprecation warnings when defaul format is changed</li>
<li><a href="https://github.com/rails/rails/commit/ed9f2920433f928d1f3aff7075fb86612d855441"><code>ed9f292</code></a> Merge tag 'v7.0.7.2' into 7-0-stable</li>
<li><a href="https://github.com/rails/rails/commit/2766c93b5c671f44433a63e84c7de33b74f0c3ac"><code>2766c93</code></a> Merge branch '7-0-sec' into 7-0-stable</li>
<li><a href="https://github.com/rails/rails/commit/bd60ccef8740aa70a4208f14840259bab5cb6625"><code>bd60cce</code></a> Fix Redis::Distributed being 'mset_capable' when wrapped in a ConnectionPool</li>
<li>See full diff in <a href="https://github.com/rails/rails/compare/v7.0.7.2...v7.0.8">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.0.7.2&new-version=7.0.8)](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 Sep 11, 2023
1 parent 757797d commit cfa8369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.0.7.2)
activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -18,7 +18,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
mini_portile2 (2.8.4)
minitest (5.19.0)
minitest (5.20.0)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down

0 comments on commit cfa8369

Please sign in to comment.