[openstreetmap/openstreetmap-website] Bump rubocop from 0.89.1 to 0.90.0 (#2804)

dependabot[bot] notifications at github.com
Wed Sep 2 05:01:22 UTC 2020


Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.89.1 to 0.90.0.
<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.90</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8451">#8451</a>: Add new <code>Style/RedundantSelfAssignment</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8384">#8384</a>: Add new <code>Layout/EmptyLineAfterMultilineCondition</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8390">#8390</a>: Add new <code>Style/SoleNestedConditional</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8562">#8562</a>: Add new <code>Style/KeywordParametersOrder</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8486">#8486</a>: Add new <code>Style/CombinableLoops</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8381">#8381</a>: Add new <code>Style/ClassMethodsDefinitions</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8474">#8474</a>: Add new <code>Lint/DuplicateRequire</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8472">#8472</a>: Add new <code>Lint/UselessMethodDefinition</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8531">#8531</a>: Add new <code>Lint/EmptyFile</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li>Add new <code>Lint/TrailingCommaInAttributeDeclaration</code> cop. (<a href="https://github.com/drenmi">@drenmi</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8578">#8578</a>: Add <code>:restore_registry</code> context and <code>stub_cop_class</code> helper class. (<a href="https://github.com/marcandre">@marcandre</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8579">#8579</a>: Add <code>Cop.documentation_url</code>.  (<a href="https://github.com/marcandre">@marcandre</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8510">#8510</a>:  Add <code>RegexpNode#each_capture</code> and <code>parsed_tree</code>. (<a href="https://github.com/marcandre">@marcandre</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8365">#8365</a>: Cops defining <code>on_send</code> can be optimized by defining the constant <code>RESTRICT_ON_SEND</code> with a list of acceptable method names. (<a href="https://github.com/marcandre">@marcandre</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8508">#8508</a>: Fix a false positive for <code>Style/CaseLikeIf</code> when conditional contains comparison with a class. Mark <code>Style/CaseLikeIf</code> as not safe. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8618">#8618</a>: Fix an infinite loop error for <code>Layout/EmptyLineBetweenDefs</code>. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8534">#8534</a>: Fix <code>Lint/BinaryOperatorWithIdenticalOperands</code> for binary operators used as unary operators. (<a href="https://github.com/marcandre">@marcandre</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8537">#8537</a>: Allow a trailing comment as a description comment for <code>Bundler/GemComment</code>. (<a href="https://github.com/pocke">@pocke</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8507">#8507</a>: Fix <code>Style/RescueModifier</code> to handle parentheses around rescue modifiers. (<a href="https://github.com/dsavochkin">@dsavochkin</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8527">#8527</a>: Prevent an incorrect auto-correction for <code>Style/CaseEquality</code> cop when comparing with <code>===</code> against a regular expression receiver. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8524">#8524</a>: Fix <code>Layout/EmptyLinesAroundClassBody</code>  and <code>Layout/EmptyLinesAroundModuleBody</code> to correctly handle an access modifier as a first child. (<a href="https://github.com/dsavochkin">@dsavochkin</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8518">#8518</a>: Fix <code>Lint/ConstantResolution</code> cop reporting offense for <code>module</code> and <code>class</code> definitions. ([<a href="https://github.com/tejasbubane">@tejasbubane</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8158">#8158</a>: Fix <code>Style/MultilineWhenThen</code> cop to correctly handle cases with multiline body. (<a href="https://github.com/dsavochkin">@dsavochkin</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7705">#7705</a>: Fix <code>Style/OneLineConditional</code> cop to handle if/then/elsif/then/else/end cases. Add <code>AlwaysCorrectToMultiline</code> config option to this cop to always convert offenses to the multi-line form (false by default). ([<a href="https://github.com/Lykos">@Lykos</a>][], <a href="https://github.com/dsavochkin">@dsavochkin</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8590">#8590</a>: Fix an error when auto-correcting encoding mismatch file. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8321">#8321</a>: Enable auto-correction for <code>Layout/{Def}EndAlignment</code>, <code>Lint/EmptyEnsure</code>, <code>Style/ClassAndModuleChildren</code>. (<a href="https://github.com/marcandre">@marcandre</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8583">#8583</a>: Fix <code>Style/RedundantRegexpEscape</code> false positive for line continuations. ([<a href="https://github.com/owst">@owst</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8593">#8593</a>: Fix <code>Style/RedundantRegexpCharacterClass</code> false positive for interpolated multi-line expressions. ([<a href="https://github.com/owst">@owst</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8624">#8624</a>: Fix an error with the <code>Style/CaseLikeIf</code> cop where it does not properly handle overridden equality methods with no arguments. ([<a href="https://github.com/Skipants">@Skipants</a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8413">#8413</a>: Pending cops warning now contains snippet that can be directly copied into <code>.rubocop.yml</code> as well as a notice about <code>NewCops: enable</code> config option. ([<a href="https://github.com/colszowka">@colszowka</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8362">#8362</a>: Add numbers of correctable offenses to summary. ([<a href="https://github.com/nguyenquangminh0711">@nguyenquangminh0711</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8513">#8513</a>: Clarify the ruby warning mentioned in the <code>Lint/ShadowingOuterLocalVariable</code> documentation. ([<a href="https://github.com/chocolateboy">@chocolateboy</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8517">#8517</a>: Make <code>Style/HashTransformKeys</code> and <code>Style/HashTransformValues</code> aware of <code>to_h</code> with block. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8529">#8529</a>: Mark <code>Lint/FrozenStringLiteralComment</code> as <code>Safe</code>, but with unsafe auto-correction. (<a href="https://github.com/marcandre">@marcandre</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8602">#8602</a>: Fix usage of <code>to_enum(:scan, regexp)</code> to work on TruffleRuby. ([<a href="https://github.com/jaimerave">@jaimerave</a>][])</li>
</ul>
<!-- raw HTML omitted -->
</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.90.0 (2020-09-01)</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8451">#8451</a>: Add new <code>Style/RedundantSelfAssignment</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8384">#8384</a>: Add new <code>Layout/EmptyLineAfterMultilineCondition</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8390">#8390</a>: Add new <code>Style/SoleNestedConditional</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8562">#8562</a>: Add new <code>Style/KeywordParametersOrder</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8486">#8486</a>: Add new <code>Style/CombinableLoops</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8381">#8381</a>: Add new <code>Style/ClassMethodsDefinitions</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8474">#8474</a>: Add new <code>Lint/DuplicateRequire</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8472">#8472</a>: Add new <code>Lint/UselessMethodDefinition</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8531">#8531</a>: Add new <code>Lint/EmptyFile</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li>Add new <code>Lint/TrailingCommaInAttributeDeclaration</code> cop. ([<a href="https://github.com/drenmi">@drenmi</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8578">#8578</a>: Add <code>:restore_registry</code> context and <code>stub_cop_class</code> helper class. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8579">#8579</a>: Add <code>Cop.documentation_url</code>.  ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8510">#8510</a>:  Add <code>RegexpNode#each_capture</code> and <code>parsed_tree</code>. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8365">#8365</a>: Cops defining <code>on_send</code> can be optimized by defining the constant <code>RESTRICT_ON_SEND</code> with a list of acceptable method names. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8508">#8508</a>: Fix a false positive for <code>Style/CaseLikeIf</code> when conditional contains comparison with a class. Mark <code>Style/CaseLikeIf</code> as not safe. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8618">#8618</a>: Fix an infinite loop error for <code>Layout/EmptyLineBetweenDefs</code>. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8534">#8534</a>: Fix <code>Lint/BinaryOperatorWithIdenticalOperands</code> for binary operators used as unary operators. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8537">#8537</a>: Allow a trailing comment as a description comment for <code>Bundler/GemComment</code>. ([<a href="https://github.com/pocke">@pocke</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8507">#8507</a>: Fix <code>Style/RescueModifier</code> to handle parentheses around rescue modifiers. ([<a href="https://github.com/dsavochkin">@dsavochkin</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8527">#8527</a>: Prevent an incorrect auto-correction for <code>Style/CaseEquality</code> cop when comparing with <code>===</code> against a regular expression receiver. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8524">#8524</a>: Fix <code>Layout/EmptyLinesAroundClassBody</code>  and <code>Layout/EmptyLinesAroundModuleBody</code> to correctly handle an access modifier as a first child. ([<a href="https://github.com/dsavochkin">@dsavochkin</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8518">#8518</a>: Fix <code>Lint/ConstantResolution</code> cop reporting offense for <code>module</code> and <code>class</code> definitions. ([<a href="https://github.com/tejasbubane">@tejasbubane</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8158">#8158</a>: Fix <code>Style/MultilineWhenThen</code> cop to correctly handle cases with multiline body. ([<a href="https://github.com/dsavochkin">@dsavochkin</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7705">#7705</a>: Fix <code>Style/OneLineConditional</code> cop to handle if/then/elsif/then/else/end cases. Add <code>AlwaysCorrectToMultiline</code> config option to this cop to always convert offenses to the multi-line form (false by default). ([<a href="https://github.com/Lykos">@Lykos</a>][], [<a href="https://github.com/dsavochkin">@dsavochkin</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8590">#8590</a>: Fix an error when auto-correcting encoding mismatch file. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8321">#8321</a>: Enable auto-correction for <code>Layout/{Def}EndAlignment</code>, <code>Lint/EmptyEnsure</code>, <code>Style/ClassAndModuleChildren</code>. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8583">#8583</a>: Fix <code>Style/RedundantRegexpEscape</code> false positive for line continuations. ([<a href="https://github.com/owst">@owst</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8593">#8593</a>: Fix <code>Style/RedundantRegexpCharacterClass</code> false positive for interpolated multi-line expressions. ([<a href="https://github.com/owst">@owst</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8624">#8624</a>: Fix an error with the <code>Style/CaseLikeIf</code> cop where it does not properly handle overridden equality methods with no arguments. ([<a href="https://github.com/Skipants">@Skipants</a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8413">#8413</a>: Pending cops warning now contains snippet that can be directly copied into <code>.rubocop.yml</code> as well as a notice about <code>NewCops: enable</code> config option. ([<a href="https://github.com/colszowka">@colszowka</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8362">#8362</a>: Add numbers of correctable offenses to summary. ([<a href="https://github.com/nguyenquangminh0711">@nguyenquangminh0711</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8513">#8513</a>: Clarify the ruby warning mentioned in the <code>Lint/ShadowingOuterLocalVariable</code> documentation. ([<a href="https://github.com/chocolateboy">@chocolateboy</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8517">#8517</a>: Make <code>Style/HashTransformKeys</code> and <code>Style/HashTransformValues</code> aware of <code>to_h</code> with block. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8529">#8529</a>: Mark <code>Lint/FrozenStringLiteralComment</code> as <code>Safe</code>, but with unsafe auto-correction. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8602">#8602</a>: Fix usage of <code>to_enum(:scan, regexp)</code> to work on TruffleRuby. ([<a href="https://github.com/jaimerave">@jaimerave</a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/95305ff7615b4299c2f144e5f5938d095b9942f5"><code>95305ff</code></a> Cut 0.90</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/eb04490be2c05f6746c858ce4820da519417b837"><code>eb04490</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8595">#8595</a> from marcandre/struct_autocorrect</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/71c4818edae1613e3014de588f9bcb840d6e2b45"><code>71c4818</code></a> Merge branch 'master' into struct_autocorrect</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/6d781b01fb6bd21f9db5f9ad96fa3af94f2c2162"><code>6d781b0</code></a> Revert &quot;Mark Cops and Formatters as private&quot;</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/f69a7a8e5ac539e60228fd4d52f9d4ca51636b64"><code>f69a7a8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8624">#8624</a> from Skipants/master</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/f877e02d861cb12d9d57d0c9bc49ac85b9cd616b"><code>f877e02</code></a> Fix <code>Style/CaseLikeIf</code> not properly handling overriden equality methods</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/6cab599c35bd1a4cced5b99bf7fbc66623468e36"><code>6cab599</code></a> Add workaround to avoid crash in Truffleruby (<a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8602">#8602</a>)</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/2b7607c7dcc857cdd3e402a10c3ceb8e66630ea5"><code>2b7607c</code></a> Fix an infinite loop error for <code>Layout/EmptyLineBetweenDefs</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/31a921dfee9ffa60d8e65e04b2cefe2170b5c434"><code>31a921d</code></a> Use <code>Cop::Base</code> API for <code>Layout</code> department [T-Z]</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/6c05f69f4c1919b40fe6e331bab97833cf87bd0e"><code>6c05f69</code></a> Use <code>Cop::Base</code> API for <code>Layout</code> department [N-S]</li>
<li>Additional commits viewable in <a href="https://github.com/rubocop-hq/rubocop/compare/v0.89.1...v0.90.0">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.89.1&new-version=0.90.0)](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/2804

-- Commit Summary --

  * Bump rubocop from 0.89.1 to 0.90.0

-- File Changes --

    M Gemfile.lock (2)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/2804.patch
https://github.com/openstreetmap/openstreetmap-website/pull/2804.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/2804
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200901/44e81f6b/attachment-0001.htm>


More information about the rails-dev mailing list