Skip to content

Commit

Permalink
Bump rubocop from 1.63.1 to 1.63.4 (#30)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.1 to
1.63.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop/releases">rubocop's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop 1.63.4</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12871">#12871</a>:
Fix an error for <code>rubocop -V</code> when <code>.rubocop.yml</code>
contains ERB. (<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12862">#12862</a>:
Fix a false positive for <code>Style/RedundantLineContinuation</code>
when line continuations involve <code>return</code> with a return value.
(<a href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12664">#12664</a>:
Fix handling of <code>textDocument/diagnostic</code>. (<a
href="https://github.com/muxcmux"><code>@​muxcmux</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12865">#12865</a>:
Fix Rails Cops, which weren't reporting any violations unless running
with <code>bundle exec</code>. (<a
href="https://github.com/amomchilov"><code>@​amomchilov</code></a>)</li>
</ul>
<h2>RuboCop 1.63.3</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12857">#12857</a>:
Fix false negatives for <code>Lint/UnreachableCode</code> when using
pattern matching. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12852">#12852</a>:
Fix an error for <code>Lint/EmptyFile</code> in formatters when using
cache. (<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12848">#12848</a>:
Fix an error that occurs in <code>RuboCop::Lockfile</code> when the
constant Bundler is uninitialized. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12855">#12855</a>:
Set custom program name for the built-in LSP server. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
</ul>
<h2>RuboCop 1.63.2</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12843">#12843</a>:
Fix an error for <code>Lint/MixedCaseRange</code> when a character
between <code>Z</code> and <code>a</code> is used in the regexp range.
(<a href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12846">#12846</a>:
Fix an error for <code>RuboCop::Lockfile</code> when there is no Bundler
environment. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12832">#12832</a>:
Fix an error for <code>Style/ArgumentsForwarding</code> when using block
arg in nested method definitions. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12841">#12841</a>:
Fix false negatives for <code>Lint/UnreachableLoop</code> when using
pattern matching. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12835">#12835</a>:
Allow global offenses to be disabled by directive comments. (<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/pull/12845">#12845</a>:
Exclude <code>debug/open_nonstop</code> from <code>Lint/Debugger</code>
by default. (<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/blob/master/CHANGELOG.md">rubocop's
changelog</a>.</em></p>
<blockquote>
<h2>1.63.4 (2024-04-28)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12871">#12871</a>:
Fix an error for <code>rubocop -V</code> when <code>.rubocop.yml</code>
contains ERB. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12862">#12862</a>:
Fix a false positive for <code>Style/RedundantLineContinuation</code>
when line continuations involve <code>return</code> with a return value.
([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12664">#12664</a>:
Fix handling of <code>textDocument/diagnostic</code>. ([<a
href="https://github.com/muxcmux"><code>@​muxcmux</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12865">#12865</a>:
Fix Rails Cops, which weren't reporting any violations unless running
with <code>bundle exec</code>. ([<a
href="https://github.com/amomchilov"><code>@​amomchilov</code></a>][])</li>
</ul>
<h2>1.63.3 (2024-04-22)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12857">#12857</a>:
Fix false negatives for <code>Lint/UnreachableCode</code> when using
pattern matching. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12852">#12852</a>:
Fix an error for <code>Lint/EmptyFile</code> in formatters when using
cache. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12848">#12848</a>:
Fix an error that occurs in <code>RuboCop::Lockfile</code> when the
constant Bundler is uninitialized. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12855">#12855</a>:
Set custom program name for the built-in LSP server. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h2>1.63.2 (2024-04-16)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12843">#12843</a>:
Fix an error for <code>Lint/MixedCaseRange</code> when a character
between <code>Z</code> and <code>a</code> is used in the regexp range.
([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12846">#12846</a>:
Fix an error for <code>RuboCop::Lockfile</code> when there is no Bundler
environment. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12832">#12832</a>:
Fix an error for <code>Style/ArgumentsForwarding</code> when using block
arg in nested method definitions. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/12841">#12841</a>:
Fix false negatives for <code>Lint/UnreachableLoop</code> when using
pattern matching. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12835">#12835</a>:
Allow global offenses to be disabled by directive comments. ([<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/pull/12845">#12845</a>:
Exclude <code>debug/open_nonstop</code> from <code>Lint/Debugger</code>
by default. ([<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/commit/941d21b558767de7b54ae5c8b77003d46c7e55b4"><code>941d21b</code></a>
Cut 1.63.4</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/feb60222d685fce23d568d6e827975cdd36a1bf0"><code>feb6022</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/81adab52714c26381f5382213632ecade57afec9"><code>81adab5</code></a>
Fix an error for <code>rubocop -V</code> when <code>.rubocop.yml</code>
contains ERB</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/02aebff5fd40225713c3d29d5c54b489e3bdc1ec"><code>02aebff</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/12866">#12866</a>
from amomchilov/rescue-GemfileNotFound</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/a8ef19c9dcd08d0214682287cbfecff58f741515"><code>a8ef19c</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/12867">#12867</a>
from koic/fix_false_positive_for_style_redundant_li...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/45bbf67b2e606c45d6a224481f92a7413238ab48"><code>45bbf67</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/12865">#12865</a>]
<code>require 'bundler'</code> if possible, but…</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/2821564bdbaf1d4e08de802f05cf9b50a479cd53"><code>2821564</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/12862">#12862</a>]
Fix a false positive for
<code>Style/RedundantLineContinuation</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/84877a30ef814546b97660c4d8f5d1315e80c326"><code>84877a3</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/12664">#12664</a>
from muxcmux/master</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/5f4bbaab3f325fc26c3ae5ed58e8b37f3781f677"><code>5f4bbaa</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/12863">#12863</a>
from Uaitt/cli-options-missing-periods</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/9e4bc4a7284e2082f749e5cddbab652194cdc9b6"><code>9e4bc4a</code></a>
Add missing periods on CLI options descriptions</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop/compare/v1.63.1...v1.63.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop&package-manager=bundler&previous-version=1.63.1&new-version=1.63.4)](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
jgarber623-cargosense authored May 6, 2024
2 parents 30dc5b1 + 6e741f4 commit 0a14393
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 @@ -37,7 +37,7 @@ GEM
minitest (5.22.3)
mutex_m (0.2.0)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
racc (1.7.3)
Expand All @@ -46,7 +46,7 @@ GEM
rake (13.2.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.63.1)
rubocop (1.63.4)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down

0 comments on commit 0a14393

Please sign in to comment.