dependabot[bot] opened a new pull request #1030:
URL: https://github.com/apache/avro/pull/1030


   Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) 
to permit the latest version.
   <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 1.5.0</h2>
   <h3>New features</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9112";>#9112</a>:
 Add new cop <code>Lint/UnexpectedBlockArity</code>. (<a 
href="https://github.com/dvandersluis";>@dvandersluis</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9010";>#9010</a>:
 <code>Metrics/ParameterLists</code> supports 
<code>MaxOptionalParameters</code> config parameter. (<a 
href="https://github.com/fatkodima";>@fatkodima</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9114";>#9114</a>:
 Support auto-correction for <code>Style/SoleNestedConditional</code>. (<a 
href="https://github.com/koic";>@koic</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8564";>#8564</a>:
 <code>Metrics/AbcSize</code>: Add optional discount for repeated 
&quot;attributes&quot;. (<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/issues/8820";>#8820</a>:
 Fixes <code>IfWithSemicolon</code> autocorrection when <code>elsif</code> is 
present. (<a href="https://github.com/adrian-rivera";>@adrian-rivera</a>, <a 
href="https://github.com/dvandersluis";>@dvandersluis</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9113";>#9113</a>:
 Fix a false positive for <code>Style/MethodCallWithoutArgsParentheses</code> 
when assigning to a default argument with the same name. (<a 
href="https://github.com/koic";>@koic</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9115";>#9115</a>:
 Fix a false positive for <code>Style/FirstArgumentIndentation</code> when 
argument has expected indent width and the method is preceded by splat for 
<code>EnforcedStyle: consistent_relative_to_receiver</code>. (<a 
href="https://github.com/koic";>@koic</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9128";>#9128</a>:
 Fix an incorrect auto-correct for <code>Style/ClassAndModuleChildren</code> 
when namespace is defined as a class in the same file. (<a 
href="https://github.com/koic";>@koic</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9105";>#9105</a>:
 Fix an incorrect auto-correct for <code>Style/RedundantCondition</code> when 
using operator method in <code>else</code>. (<a 
href="https://github.com/koic";>@koic</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9096";>#9096</a>:
 Fix <a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9095";>#9095</a>
 use merged_config instead of config for pending new cop check. (<a 
href="https://github.com/ThomasKoppensteiner";>@ThomasKoppensteiner</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8053";>#8053</a>:
 Fix an incorrect auto-correct for <code>Style/AndOr</code> when 
<code>or</code> precedes <code>and</code>. (<a 
href="https://github.com/koic";>@koic</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9097";>#9097</a>:
 Fix a false positive for <code>Layout/EmptyLinesAroundArguments</code> when 
blank line is inserted between method with arguments and receiver. (<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/9122";>#9122</a>:
 Added tip message if any gems are loaded that have RuboCop extensions. (<a 
href="https://github.com/dvandersluis";>@dvandersluis</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9104";>#9104</a>:
 Preset some stdlib method names for <code>Naming/VariableNumber</code>. (<a 
href="https://github.com/koic";>@koic</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9127";>#9127</a>:
 Update <code>Style/SymbolProc</code> to be aware of numblocks. (<a 
href="https://github.com/dvandersluis";>@dvandersluis</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9102";>#9102</a>:
 Upgrade regexp_parser to 2.0. (<a href="https://github.com/knu";>@knu</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9100";>#9100</a>:
 Update <code>ConfigObsoletion</code> so that parameters can be deprecated but 
still accepted. (<a 
href="https://github.com/dvandersluis";>@dvandersluis</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9108";>#9108</a>:
 Update <code>Lint/UnmodifiedReduceAccumulator</code> to handle numblocks and 
more than 2 arguments. (<a 
href="https://github.com/dvandersluis";>@dvandersluis</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9098";>#9098</a>:
 Update <code>Metrics/BlockLength</code> and <code>Metrics/MethodLength</code> 
to use <code>IgnoredMethods</code> instead of <code>ExcludedMethods</code> in 
configuration. The previous key is retained for backwards compatibility. (<a 
href="https://github.com/dvandersluis";>@dvandersluis</a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9098";>#9098</a>:
 Update <code>IgnoredMethods</code> so that every cop that uses it will accept 
both strings and regexes in the configuration. (<a 
href="https://github.com/dvandersluis";>@dvandersluis</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>1.5.0 (2020-12-01)</h2>
   <h3>New features</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9112";>#9112</a>:
 Add new cop <code>Lint/UnexpectedBlockArity</code>. ([<a 
href="https://github.com/dvandersluis";>@dvandersluis</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9010";>#9010</a>:
 <code>Metrics/ParameterLists</code> supports 
<code>MaxOptionalParameters</code> config parameter. ([<a 
href="https://github.com/fatkodima";>@fatkodima</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9114";>#9114</a>:
 Support auto-correction for <code>Style/SoleNestedConditional</code>. ([<a 
href="https://github.com/koic";>@koic</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8564";>#8564</a>:
 <code>Metrics/AbcSize</code>: Add optional discount for repeated 
&quot;attributes&quot;. ([<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/issues/8820";>#8820</a>:
 Fixes <code>IfWithSemicolon</code> autocorrection when <code>elsif</code> is 
present. ([<a href="https://github.com/adrian-rivera";>@adrian-rivera</a>][], 
[<a href="https://github.com/dvandersluis";>@dvandersluis</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9113";>#9113</a>:
 Fix a false positive for <code>Style/MethodCallWithoutArgsParentheses</code> 
when assigning to a default argument with the same name. ([<a 
href="https://github.com/koic";>@koic</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9115";>#9115</a>:
 Fix a false positive for <code>Style/FirstArgumentIndentation</code> when 
argument has expected indent width and the method is preceded by splat for 
<code>EnforcedStyle: consistent_relative_to_receiver</code>. ([<a 
href="https://github.com/koic";>@koic</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9128";>#9128</a>:
 Fix an incorrect auto-correct for <code>Style/ClassAndModuleChildren</code> 
when namespace is defined as a class in the same file. ([<a 
href="https://github.com/koic";>@koic</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9105";>#9105</a>:
 Fix an incorrect auto-correct for <code>Style/RedundantCondition</code> when 
using operator method in <code>else</code>. ([<a 
href="https://github.com/koic";>@koic</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9096";>#9096</a>:
 Fix <a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9095";>#9095</a>
 use merged_config instead of config for pending new cop check. ([<a 
href="https://github.com/ThomasKoppensteiner";>@ThomasKoppensteiner</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8053";>#8053</a>:
 Fix an incorrect auto-correct for <code>Style/AndOr</code> when 
<code>or</code> precedes <code>and</code>. ([<a 
href="https://github.com/koic";>@koic</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9097";>#9097</a>:
 Fix a false positive for <code>Layout/EmptyLinesAroundArguments</code> when 
blank line is inserted between method with arguments and receiver. ([<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/9122";>#9122</a>:
 Added tip message if any gems are loaded that have RuboCop extensions. ([<a 
href="https://github.com/dvandersluis";>@dvandersluis</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9104";>#9104</a>:
 Preset some stdlib method names for <code>Naming/VariableNumber</code>. ([<a 
href="https://github.com/koic";>@koic</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9127";>#9127</a>:
 Update <code>Style/SymbolProc</code> to be aware of numblocks. ([<a 
href="https://github.com/dvandersluis";>@dvandersluis</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9102";>#9102</a>:
 Upgrade regexp_parser to 2.0. ([<a 
href="https://github.com/knu";>@knu</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9100";>#9100</a>:
 Update <code>ConfigObsoletion</code> so that parameters can be deprecated but 
still accepted. ([<a 
href="https://github.com/dvandersluis";>@dvandersluis</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9108";>#9108</a>:
 Update <code>Lint/UnmodifiedReduceAccumulator</code> to handle numblocks and 
more than 2 arguments. ([<a 
href="https://github.com/dvandersluis";>@dvandersluis</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9098";>#9098</a>:
 Update <code>Metrics/BlockLength</code> and <code>Metrics/MethodLength</code> 
to use <code>IgnoredMethods</code> instead of <code>ExcludedMethods</code> in 
configuration. The previous key is retained for backwards compatibility. ([<a 
href="https://github.com/dvandersluis";>@dvandersluis</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9098";>#9098</a>:
 Update <code>IgnoredMethods</code> so that every cop that uses it will accept 
both strings and regexes in the configuration. ([<a 
href="https://github.com/dvandersluis";>@dvandersluis</a>][])</li>
   </ul>
   <h2>1.4.2 (2020-11-25)</h2>
   <h3>Bug fixes</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9083";>#9083</a>:
 Fix <code>Style/RedundantArgument</code> cop raising offense for more than one 
argument. ([<a href="https://github.com/tejasbubane";>@tejasbubane</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9089";>#9089</a>:
 Fix an incorrect auto-correct for <code>Style/FormatString</code> when using 
springf with second argument that uses an operator. ([<a 
href="https://github.com/koic";>@koic</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7670";>#7670</a>:
 Handle offenses inside heredocs for <code>-a --disable-uncorrectable</code>. 
([<a href="https://github.com/jonas054";>@jonas054</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9070";>#9070</a>:
 Fix <code>Lint/UnmodifiedReduceAccumulator</code> error when the block does 
not have enough arguments. ([<a 
href="https://github.com/dvandersluis";>@dvandersluis</a>][])</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9091";>#9091</a>:
 Have <code>Naming/VariableNumber</code> accept _1, _2, ... ([<a 
href="https://github.com/marcandre";>@marcandre</a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9087";>#9087</a>:
 Deprecate <code>EnforceSuperclass</code> module. ([<a 
href="https://github.com/koic";>@koic</a>][])</li>
   </ul>
   <h2>1.4.1 (2020-11-23)</h2>
   <h3>Bug fixes</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9082";>#9082</a>:
 Fix gemspec to include assets directory. ([<a 
href="https://github.com/javierav";>@javierav</a>][])</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/27231a652ef629dfc2ccba6bd8e07b4cce2634c7";><code>27231a6</code></a>
 Cut 1.5.0</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/ee17be5bdcabed0784d60d04d180d6348164f5cf";><code>ee17be5</code></a>
 Update Changelog</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/d29357cf99b53c8158e48e9cc9badd2516f43e0b";><code>d29357c</code></a>
 [Fix <a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9122";>#9122</a>]
 Add suggestion if any gems are loaded that have rubocop extension...</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/a9772af1acf78849f6663a9bd62a971ba85c0f2d";><code>a9772af</code></a>
 [Docs] Add a section about joining the Core Team</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/345be1d50c6f44b8ae1a880f490d5faa1f368945";><code>345be1d</code></a>
 [Fixes <a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8564";>#8564</a>]
 <code>Metrics/AbcSize</code>: Add optional discount for repeated 
&quot;attributes&quot;</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/0647c040c7fcfde33f032e78a39d15ed85f41ab2";><code>0647c04</code></a>
 AbcSize calculator: visit children first</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/05cc1497ab465614b945c4eaf50d6d9a50c28163";><code>05cc149</code></a>
 Refactor</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/ad7d911407b0ceb7cf231206a175c3a80fefa399";><code>ad7d911</code></a>
 Improve doc</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/14585a7dfbb308eef6669821aba41ac1432b8ee3";><code>14585a7</code></a>
 [Fix <a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9128";>#9128</a>]
 Fix an incorrect auto-correct for 
<code>Style/ClassAndModuleChildren</code></li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/1d75e8b00f442a26757a2262a6e9f1f5f49239c4";><code>1d75e8b</code></a>
 Small refactor of <a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9127";>#9127</a></li>
   <li>Additional commits viewable in <a 
href="https://github.com/rubocop-hq/rubocop/compare/v0.0.0...v1.5.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to