[openstreetmap/openstreetmap-website] Bump rubocop from 0.90.0 to 0.91.0 (#2833)

dependabot[bot] notifications at github.com
Wed Sep 16 05:02:32 UTC 2020


Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.90.0 to 0.91.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.91</h2>
<h3>New features</h3>
<ul>
<li>New option <code>--cache-root</code> and support for the <code>RUBOCOP_CACHE_ROOT</code> environment variable. Both can be used to override the <code>AllCops: CacheRootDirectory</code> config, especially in a CI setting. (<a href="https://github.com/sascha-wolf">@sascha-wolf</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8582">#8582</a>: Add new <code>Layout/BeginEndAlignment</code> cop. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8699">#8699</a>: Add new <code>Lint/IdentityComparison</code> cop. (<a href="https://github.com/koic">@koic</a>)</li>
<li>Add new <code>Lint/UselessTimes</code> cop. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8707">#8707</a>: Add new <code>Lint/ConstantDefinitionInBlock</code> cop. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8627">#8627</a>: Fix a false positive for <code>Lint/DuplicateRequire</code> when same feature argument but different require method. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8674">#8674</a>: Fix an error for <code>Layout/EmptyLineAfterMultilineCondition</code> when conditional is at the top level. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8658">#8658</a>: Fix a false positive for <code>Style/RedundantSelfAssignment</code> when calling coercion methods. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8669">#8669</a>: Fix an offense creation for <code>Lint/EmptyFile</code>. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8607">#8607</a>: Fix a false positive for <code>Lint/UnreachableLoop</code> when conditional branch includes continue statement preceding break statement. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8572">#8572</a>: Fix a false positive for <code>Style/RedundantParentheses</code> when parentheses are used like method argument parentheses. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8630">#8630</a>: Fix some false positives for <code>Style/HashTransformKeys</code> and <code>Style/HashTransformValues</code> when the receiver is an array. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8653">#8653</a>: Fix a false positive for <code>Layout/DefEndAlignment</code> when using refinements and <code>private def</code>. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8655">#8655</a>: Fix a false positive for <code>Style/ClassAndModuleChildren</code> when using cbase class name. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8654">#8654</a>: Fix a false positive for <code>Style/SafeNavigation</code> when checking <code>foo&amp;.empty?</code> in a conditional. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8660">#8660</a>: Fix a false positive for <code>Style/ClassAndModuleChildren</code> when using cbase module name. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8664">#8664</a>: Fix a false positive for <code>Naming/BinaryOperatorParameterName</code> when naming multibyte character method name. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8604">#8604</a>: Fix a false positive for <code>Bundler/DuplicatedGem</code> when gem is duplciated in condition. ([<a href="https://github.com/tejasbubane">@tejasbubane</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8671">#8671</a>: Fix an error for <code>Style/ExplicitBlockArgument</code> when using safe navigation method call. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8681">#8681</a>: Fix an error for <code>Style/HashAsLastArrayItem</code> with <code>no_braces</code> for empty hash. ([<a href="https://github.com/fsateler">@fsateler</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8682">#8682</a>: Fix a positive for <code>Style/HashTransformKeys</code> and <code>Style/HashTransformValues</code> when the <code>each_with_object</code> hash is used in the transformed key or value. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8688">#8688</a>: Mark <code>Style/GlobalStdStream</code> as unsafe autocorrection. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8642">#8642</a>: Fix a false negative for <code>Style/SpaceInsideHashLiteralBraces</code> when a correct empty hash precedes the incorrect hash. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8683">#8683</a>: Make naming cops work with non-ascii characters. ([<a href="https://github.com/tejasbubane">@tejasbubane</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8626">#8626</a>: Fix false negatives for <code>Lint/UselessMethodDefinition</code>. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8698">#8698</a>: Fix cache to avoid encoding exception. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8704">#8704</a>: Fix an error for <code>Lint/AmbiguousOperator</code> when using safe navigation operator with a unary operator. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8661">#8661</a>: Fix an incorrect auto-correct for <code>Style/MultilineTernaryOperator</code> when returning a multiline ternary operator expression. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8526">#8526</a>: Fix a false positive for <code>Style/CaseEquality</code> cop when the receiver is not a camel cased constant. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8673">#8673</a>: Fix the JSON parse error when specifying <code>--format=json</code> and <code>--stdin</code> options. (<a href="https://github.com/koic">@koic</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8470">#8470</a>: Do not autocorrect <code>Style/StringConcatenation</code> when parts of the expression are too complex. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8561">#8561</a>: Fix <code>Lint/UselessMethodDefinition</code> to not register an offense when method definition includes optional arguments. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8617">#8617</a>: Fix <code>Style/HashAsLastArrayItem</code> to not register an offense when all items in an array are hashes. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8500">#8500</a>: Add <code>in?</code> to AllowedMethods for <code>Lint/SafeNavigationChain</code> cop. ([<a href="https://github.com/tejasbubane">@tejasbubane</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8629">#8629</a>: Fix the cache being reusable in CI by using crc32 to calculate file hashes rather than <code>mtime</code>, which changes each CI build. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8663">#8663</a>: Fix multiple autocorrection bugs with <code>Style/ClassMethodsDefinitions</code>. (<a href="https://github.com/dvandersluis">@dvandersluis</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8621">#8621</a>: Add helpful Infinite Loop error message. ([<a href="https://github.com/iSarCasm">@iSarCasm</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.91.0 (2020-09-15)</h2>
<h3>New features</h3>
<ul>
<li>New option <code>--cache-root</code> and support for the <code>RUBOCOP_CACHE_ROOT</code> environment variable. Both can be used to override the <code>AllCops: CacheRootDirectory</code> config, especially in a CI setting. ([<a href="https://github.com/sascha-wolf">@sascha-wolf</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8582">#8582</a>: Add new <code>Layout/BeginEndAlignment</code> cop. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8699">#8699</a>: Add new <code>Lint/IdentityComparison</code> cop. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li>Add new <code>Lint/UselessTimes</code> cop. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8707">#8707</a>: Add new <code>Lint/ConstantDefinitionInBlock</code> cop. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8627">#8627</a>: Fix a false positive for <code>Lint/DuplicateRequire</code> when same feature argument but different require method. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8674">#8674</a>: Fix an error for <code>Layout/EmptyLineAfterMultilineCondition</code> when conditional is at the top level. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8658">#8658</a>: Fix a false positive for <code>Style/RedundantSelfAssignment</code> when calling coercion methods. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8669">#8669</a>: Fix an offense creation for <code>Lint/EmptyFile</code>. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8607">#8607</a>: Fix a false positive for <code>Lint/UnreachableLoop</code> when conditional branch includes continue statement preceding break statement. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8572">#8572</a>: Fix a false positive for <code>Style/RedundantParentheses</code> when parentheses are used like method argument parentheses. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8630">#8630</a>: Fix some false positives for <code>Style/HashTransformKeys</code> and <code>Style/HashTransformValues</code> when the receiver is an array. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8653">#8653</a>: Fix a false positive for <code>Layout/DefEndAlignment</code> when using refinements and <code>private def</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8655">#8655</a>: Fix a false positive for <code>Style/ClassAndModuleChildren</code> when using cbase class name. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8654">#8654</a>: Fix a false positive for <code>Style/SafeNavigation</code> when checking <code>foo&amp;.empty?</code> in a conditional. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8660">#8660</a>: Fix a false positive for <code>Style/ClassAndModuleChildren</code> when using cbase module name. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8664">#8664</a>: Fix a false positive for <code>Naming/BinaryOperatorParameterName</code> when naming multibyte character method name. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8604">#8604</a>: Fix a false positive for <code>Bundler/DuplicatedGem</code> when gem is duplciated in condition. ([<a href="https://github.com/tejasbubane">@tejasbubane</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8671">#8671</a>: Fix an error for <code>Style/ExplicitBlockArgument</code> when using safe navigation method call. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8681">#8681</a>: Fix an error for <code>Style/HashAsLastArrayItem</code> with <code>no_braces</code> for empty hash. ([<a href="https://github.com/fsateler">@fsateler</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8682">#8682</a>: Fix a positive for <code>Style/HashTransformKeys</code> and <code>Style/HashTransformValues</code> when the <code>each_with_object</code> hash is used in the transformed key or value. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8688">#8688</a>: Mark <code>Style/GlobalStdStream</code> as unsafe autocorrection. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8642">#8642</a>: Fix a false negative for <code>Style/SpaceInsideHashLiteralBraces</code> when a correct empty hash precedes the incorrect hash. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8683">#8683</a>: Make naming cops work with non-ascii characters. ([<a href="https://github.com/tejasbubane">@tejasbubane</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8626">#8626</a>: Fix false negatives for <code>Lint/UselessMethodDefinition</code>. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8698">#8698</a>: Fix cache to avoid encoding exception. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8704">#8704</a>: Fix an error for <code>Lint/AmbiguousOperator</code> when using safe navigation operator with a unary operator. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8661">#8661</a>: Fix an incorrect auto-correct for <code>Style/MultilineTernaryOperator</code> when returning a multiline ternary operator expression. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8526">#8526</a>: Fix a false positive for <code>Style/CaseEquality</code> cop when the receiver is not a camel cased constant. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8673">#8673</a>: Fix the JSON parse error when specifying <code>--format=json</code> and <code>--stdin</code> options. ([<a href="https://github.com/koic">@koic</a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8470">#8470</a>: Do not autocorrect <code>Style/StringConcatenation</code> when parts of the expression are too complex. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8561">#8561</a>: Fix <code>Lint/UselessMethodDefinition</code> to not register an offense when method definition includes optional arguments. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8617">#8617</a>: Fix <code>Style/HashAsLastArrayItem</code> to not register an offense when all items in an array are hashes. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8500">#8500</a>: Add <code>in?</code> to AllowedMethods for <code>Lint/SafeNavigationChain</code> cop. ([<a href="https://github.com/tejasbubane">@tejasbubane</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8629">#8629</a>: Fix the cache being reusable in CI by using crc32 to calculate file hashes rather than <code>mtime</code>, which changes each CI build. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8663">#8663</a>: Fix multiple autocorrection bugs with <code>Style/ClassMethodsDefinitions</code>. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8621">#8621</a>: Add helpful Infinite Loop error message. ([<a href="https://github.com/iSarCasm">@iSarCasm</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8489">#8489</a>:  Exclude method <code>respond_to_missing?</code> from <code>OptionalBooleanParameter</code> cop. ([<a href="https://github.com/em-gazelle">@em-gazelle</a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/e0fc1c0437bcea8c610c850dc06e59ed36e0c9c8"><code>e0fc1c0</code></a> Cut 0.91</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/36ea31568d89a272e244cb6c626c90c5d2d0b9a9"><code>36ea315</code></a> Fix build error</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/80e57408857efae315c9b5643550b2aa825fc792"><code>80e5740</code></a> Fix an error for Style/HashAsLastArrayItem with no_braces for empty hash (<a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8681">#8681</a>)</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/295b9a6d3143be3b66dc3f769bb227753f3543cd"><code>295b9a6</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8663">#8663</a>] Fix issues with Style/ClassMethodsDefinitions (<a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8687">#8687</a>)</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/0d3f5e208e65fc22562671acc371ed35b87bcee7"><code>0d3f5e2</code></a> [Docs] Improve example of Lint/ToJSON (<a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8605">#8605</a>)</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/3282218b87e806b9793fca7480e1f1275821584a"><code>3282218</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8673">#8673</a>] Fix the JSON parse error when specifying <code>--format=json</code> and `--s...</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/4b6b6c84e1fd2efd2abb639fa1ce01d63ff025ae"><code>4b6b6c8</code></a> Fix an offense creation for <code>Lint/EmptyFile</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/d9e04a77baffcc10b0f2adfd2db3b9e4295a52b8"><code>d9e04a7</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8621">#8621</a>] Improve infinite loop message (<a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8701">#8701</a>)</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/612c1765d3056a0d2121f55c56dd5e2e6b0dea6c"><code>612c176</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8526">#8526</a> from koic/fix_false_positive_for_style_case_equality</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/252fe51fb6a144747187bc2078c7f039dd523c8f"><code>252fe51</code></a> Fix a false positive for <code>Style/CaseEquality</code> cop</li>
<li>Additional commits viewable in <a href="https://github.com/rubocop-hq/rubocop/compare/v0.90.0...v0.91.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.90.0&new-version=0.91.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/2833

-- Commit Summary --

  * Bump rubocop from 0.90.0 to 0.91.0

-- File Changes --

    M Gemfile.lock (6)

-- Patch Links --

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


More information about the rails-dev mailing list