Skip to content

Commit

Permalink
Bump the linters group with 2 updates (#3949)
Browse files Browse the repository at this point in the history
Bumps the linters group with 2 updates:
[rubocop-performance](https://github.com/rubocop/rubocop-performance)
and [rubocop-rails](https://github.com/rubocop/rubocop-rails).

Updates `rubocop-performance` from 1.22.0 to 1.22.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-performance/releases">rubocop-performance's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop Performance 1.22.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/468">#468</a>:
Fix false positives for
<code>Performance/BigDecimalWithNumericArgument</code> when using float
argument for <code>BigDecimal</code>. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md">rubocop-performance's
changelog</a>.</em></p>
<blockquote>
<h2>1.22.1 (2024-09-17)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/468">#468</a>:
Fix false positives for
<code>Performance/BigDecimalWithNumericArgument</code> when using float
argument for <code>BigDecimal</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/69c5abc794ac73d9e50d9ba87d2a9746206fecf1"><code>69c5abc</code></a>
Cut 1.22.1</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/318897488add10a04ca00236fc7ce71d674fe416"><code>3188974</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/100cdfe58c6218e6066b75c19022a17afb805a3b"><code>100cdfe</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/469">#469</a>
from koic/fix_false_positives_for_performance_big_dec...</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/6bb06b26d3a0b7ead18afc85d9e72cc3013593cc"><code>6bb06b2</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/468">#468</a>]
Fix false positives for
<code>Performance/BigDecimalWithNumericArgument</code></li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/f74a89056f7619a2155c63a974b9b0fc456aebc6"><code>f74a890</code></a>
Switch back docs version to master</li>
<li>See full diff in <a
href="https://github.com/rubocop/rubocop-performance/compare/v1.22.0...v1.22.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `rubocop-rails` from 2.26.1 to 2.26.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-rails/releases">rubocop-rails's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop Rails 2.26.2</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1362">#1362</a>:
Fix false positives for <code>Rails/EnumSyntax</code> when using Ruby
2.7. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1269">#1269</a>:
Fix false positives for
<code>Rails/ActionControllerFlashBeforeRender</code> in combination with
implicit returns. (<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/pull/1326">#1326</a>:
Fix wrong autocorrect for <code>Rails/FilePath</code> when passing an
array to <code>File.join</code>. (<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/pull/1359">#1359</a>:
Support <code>filter</code> in <code>Rails/CompactBlank</code>. (<a
href="https://github.com/masato-bkn"><code>@​masato-bkn</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md">rubocop-rails's
changelog</a>.</em></p>
<blockquote>
<h2>2.26.2 (2024-09-21)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1362">#1362</a>:
Fix false positives for <code>Rails/EnumSyntax</code> when using Ruby
2.7. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1269">#1269</a>:
Fix false positives for
<code>Rails/ActionControllerFlashBeforeRender</code> in combination with
implicit returns. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/pull/1326">#1326</a>:
Fix wrong autocorrect for <code>Rails/FilePath</code> when passing an
array to <code>File.join</code>. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/pull/1359">#1359</a>:
Support <code>filter</code> in <code>Rails/CompactBlank</code>. ([<a
href="https://github.com/masato-bkn"><code>@​masato-bkn</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/f646d6e10aa5b6997b410bd59d1e1168646c3dce"><code>f646d6e</code></a>
Cut 2.26.2</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/a451135c12b118ae88bfe6b56adef14714190d41"><code>a451135</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/f935a0b8a1ddbc8e651e689293609dce39ada5d3"><code>f935a0b</code></a>
Suppress new RuboCop offenses</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/4a002576ff6897c843beccbcd3b0cfc8c3e02670"><code>4a00257</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1326">#1326</a>
from Earlopain/wrong-autocorrect-for-rails-file-path</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/38cec18985618f9879d7308b37af0f8100c35f1a"><code>38cec18</code></a>
[Doc] Sync the Rails configuration tip with the README</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/5dc42d509d1e0d7046df26fa721226d114f0e66d"><code>5dc42d5</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1363">#1363</a>
from koic/fix_false_positives_for_rails_enum_syntax</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/50fe9a72fd1fa2012b05c1c2909427bf762760a0"><code>50fe9a7</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1362">#1362</a>]
Fix false positives for <code>Rails/EnumSyntax</code></li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/210f42e665a6e42ae6a63892c27d3d22e864464c"><code>210f42e</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1344">#1344</a>
from Earlopain/revert-1311</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/5e667855b2d2369ef69f37736855b4e7d6918eb7"><code>5e66785</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1361">#1361</a>
from masato-bkn/fix-rails-compact-blank</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/f4f3bf13a3433a1223e675d1954ac8ad74d96eca"><code>f4f3bf1</code></a>
Fix <code>Rails/CompactBlank</code> to avoid reporting offense for
<code>filter</code> in Ruby vers...</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop-rails/compare/v2.26.1...v2.26.2">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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent fb12dd0 commit 055925a
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 @@ -412,10 +412,10 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.22.0)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.1)
rubocop-rails (2.26.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down

0 comments on commit 055925a

Please sign in to comment.