Skip to content

Commit

Permalink
Bump rubocop-performance from 1.20.1 to 1.20.2 (karlentwistle#106)
Browse files Browse the repository at this point in the history
Bumps
[rubocop-performance](https://github.com/rubocop/rubocop-performance)
from 1.20.1 to 1.20.2.
<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.20.2 (2024-01-08)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/425">#425</a>:
Fix a false positive for
<code>Performance/StringIdentifierArgument</code> when using string
interpolation with methods that don't support symbols with
<code>::</code> inside them. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/ad65d4e77975ed6d55dbeb62118c9b0c79bdbad7"><code>ad65d4e</code></a>
Cut 1.20.2</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/2e13b10e2c586ecd8b5091889901d5a501e77a6c"><code>2e13b10</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/b69aabbe591bfbbb800ce4951851fdc5de9dc638"><code>b69aabb</code></a>
Use RuboCop RSpec 2.26</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/43e8786124827ce8f3339553a75927360ba87f4f"><code>43e8786</code></a>
Raise an exception if automation task <code>system</code> fails</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/cbc1dd5d6152dfcec5be3704bfaf5c30cbc68a08"><code>cbc1dd5</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/430">#430</a>
from Earlopain/fix-425</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/749d0721e55502202e98b611451cf677a9bc74ce"><code>749d072</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/425">#425</a>]
Fix a false positive
for<code>Performance/StringIdentifierArgument</code></li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/6e7c4cfb8c0e461467f1471c4a84b7ea42d66b75"><code>6e7c4cf</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/429">#429</a>
from koic/ci_against_ruby_3_3</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/446c96eda69d1b6032e5354b5e3d7fe566632e7a"><code>446c96e</code></a>
CI against Ruby 3.3</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/96878e4a9dca0417ea9933c69cb8173a0d4dd159"><code>96878e4</code></a>
Switch back docs version to master</li>
<li>See full diff in <a
href="https://github.com/rubocop/rubocop-performance/compare/v1.20.1...v1.20.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop-performance&package-manager=bundler&previous-version=1.20.1&new-version=1.20.2)](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>

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 Jan 9, 2024
1 parent 949e173 commit 6b5f44c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
mini_portile2 (2.8.5)
nio4r (2.7.0)
parallel (1.24.0)
parser (3.2.2.4)
parser (3.3.0.2)
ast (~> 2.4.1)
racc
public_suffix (5.0.3)
Expand All @@ -37,7 +37,7 @@ GEM
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
rexml (3.2.6)
roda (3.75.0)
rack
Expand Down Expand Up @@ -67,7 +67,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.20.1)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-sequel (0.3.4)
Expand Down

0 comments on commit 6b5f44c

Please sign in to comment.