[openstreetmap/openstreetmap-website] Bump rubocop from 0.93.0 to 0.93.1 (#2881)

dependabot[bot] notifications at github.com
Tue Oct 13 05:01:48 UTC 2020


Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.93.0 to 0.93.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rubocop-hq/rubocop/releases">rubocop's releases</a>.</em></p>
<blockquote>
<h2>RuboCop 0.93.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8782">#8782</a>: Fix incorrect autocorrection for <code>Style/TernaryParentheses</code> with <code>defined?</code>. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8867">#8867</a>: Rework <code>Lint/RedundantSafeNavigation</code> to be more safe. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8864">#8864</a>: Fix false positive for <code>Style/RedundantBegin</code> with a postfix <code>while</code> or <code>until</code>. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8869">#8869</a>: Fix a false positive for <code>Style/RedundantBegin</code> when using <code>begin</code> for or assignment and method call. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8862">#8862</a>: Fix an error for <code>Lint/AmbiguousRegexpLiteral</code> when using regexp without method calls in nested structure. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8872">#8872</a>: Fix an error for <code>Metrics/ClassLength</code> when multiple assignments to constants. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8871">#8871</a>: Fix a false positive for <code>Style/RedundantBegin</code> when using <code>begin</code> for method argument or part of conditions. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8875">#8875</a>: Fix an incorrect auto-correct for <code>Style/ClassEqualityComparison</code> when comparing class name. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8880">#8880</a>: Fix an error for <code>Style/ClassLength</code> when overlapping constant assignments. (<a href="https://github.com/koic">@koic</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md">rubocop's changelog</a>.</em></p>
<blockquote>
<h2>0.93.1 (2020-10-12)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8782">#8782</a>: Fix incorrect autocorrection for <code>Style/TernaryParentheses</code> with <code>defined?</code>. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8867">#8867</a>: Rework <code>Lint/RedundantSafeNavigation</code> to be more safe. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8864">#8864</a>: Fix false positive for <code>Style/RedundantBegin</code> with a postfix <code>while</code> or <code>until</code>. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8869">#8869</a>: Fix a false positive for <code>Style/RedundantBegin</code> when using <code>begin</code> for or assignment and method call. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8862">#8862</a>: Fix an error for <code>Lint/AmbiguousRegexpLiteral</code> when using regexp without method calls in nested structure. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8872">#8872</a>: Fix an error for <code>Metrics/ClassLength</code> when multiple assignments to constants. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8871">#8871</a>: Fix a false positive for <code>Style/RedundantBegin</code> when using <code>begin</code> for method argument or part of conditions. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8875">#8875</a>: Fix an incorrect auto-correct for <code>Style/ClassEqualityComparison</code> when comparing class name. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8880">#8880</a>: Fix an error for <code>Style/ClassLength</code> when overlapping constant assignments. ([<a href="https://github.com/koic">@koic</a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/f561472e57487d8ac30959da833683b21d2febff"><code>f561472</code></a> Cut 0.93.1</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/c40307ad5a4f3318256bd34728789bf80b525d84"><code>c40307a</code></a> Rework <code>Lint/RedundantSafeNavigation</code> to be more safe</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/eb9b664fdadcbc6079c193111d5ebade94d3aa4e"><code>eb9b664</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8880">#8880</a>] Fix an error for <code>Style/ClassLength</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/0798771d96c95bdf4c073721104c19be0695d806"><code>0798771</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8876">#8876</a> from koic/fix_incorrect_autocorrect_for_class_equali...</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/ec93d26ff00afcf7c26001e74417b54c4cd8c400"><code>ec93d26</code></a> Tweak the offense message for <code>Style/ClassEqualityComparison</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/4733d704cdbdb808264870d721db94f3b3b4c333"><code>4733d70</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8875">#8875</a>] Fix incorrect autocorrect for <code>Style/ClassEqualityComparison</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/272771be496d0d077df1344776f79c276930d228"><code>272771b</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8871">#8871</a>] Fix a false positive for <code>Style/RedundantBegin</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/f488821ace72c3ee050770fa23ffa956546887b2"><code>f488821</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8872">#8872</a>] Fix an error for <code>Metrics/ClassLength</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/f79e1c01f776d3750cc1fa1f6744ebaad1cf053c"><code>f79e1c0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8863">#8863</a> from koic/fix_error_for_ambiguous_regexp_literal</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/e36f12090c53a87a3920a1831b1415ef995b35b9"><code>e36f120</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8862">#8862</a>] Fix an error for <code>Lint/AmbiguousRegexpLiteral</code></li>
<li>Additional commits viewable in <a href="https://github.com/rubocop-hq/rubocop/compare/v0.93.0...v0.93.1">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=0.93.0&new-version=0.93.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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 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>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/2881

-- Commit Summary --

  * Bump rubocop from 0.93.0 to 0.93.1

-- File Changes --

    M Gemfile.lock (6)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/2881.patch
https://github.com/openstreetmap/openstreetmap-website/pull/2881.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2881
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20201012/e1f7e1bc/attachment.htm>


More information about the rails-dev mailing list