Skip to content

Commit 84e7095

Browse files
Merge #120
120: Update rubocop requirement from ~> 1.3.0 to ~> 1.4.1 r=curquiza a=dependabot-preview[bot] 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.4.1</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> </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.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> <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> </ul> <h2>1.4.0 (2020-11-23)</h2> <h3>New features</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7737">#7737</a>: Add new <code>Style/RedundantArgument</code> cop. ([<a href="https://github.com/tejasbubane">@tejasbubane</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9064">#9064</a>: Add <code>EmptyLineBetweenMethodDefs</code>, <code>EmptyLineBetweenClassDefs</code> and <code>EmptyLineBetweenModuleDefs</code> config options for <code>Layout/EmptyLineBetweenDefs</code> cop. ([<a href="https://github.com/tejasbubane">@tejasbubane</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9043">#9043</a>: Add <code>--stderr</code> to write all output to stderr except for the autocorrected source. ([<a href="https://github.com/knu">@knu</a>][])</li> </ul> <h3>Bug fixes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9067">#9067</a>: Fix an incorrect auto-correct for <code>Lint::AmbiguousRegexpLiteral</code> when passing in a regexp to a method with no receiver. ([<a href="https://github.com/amatsuda">@amatsuda</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9060">#9060</a>: Fix an error for <code>Layout/SpaceAroundMethodCallOperator</code> when using <code>__ENCODING__</code>. ([<a href="https://github.com/koic">@koic</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7338">#7338</a>: Handle assignment with <code>[]=</code> in <code>MultilineMethodCallIndentation</code>. ([<a href="https://github.com/jonas054">@jonas054</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7726">#7726</a>: Fix <code>MultilineMethodCallIndentation</code> indentation inside square brackets. ([<a href="https://github.com/jonas054">@jonas054</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8857">#8857</a>: Improve how <code>Exclude</code> properties are generated by <code>--auto-gen-config</code>. ([<a href="https://github.com/jonas054">@jonas054</a>][])</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8788">#8788</a>: Change <code>Style/Documentation</code> to not trigger offense with only macros. ([<a href="https://github.com/tejasbubane">@tejasbubane</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8993">#8993</a>: Allow <code>ExcludedMethods</code> config of <code>Metrics/MethodLength</code> cop to contain regex. ([<a href="https://github.com/tejasbubane">@tejasbubane</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9073">#9073</a>: Enable <code>Layout/LineLength</code>'s auto-correct by default. ([<a href="https://github.com/bbatsov">@bbatsov</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9079">#9079</a>: Improve the gemspec to load only the necessary files without the git utility. ([<a href="https://github.com/piotrmurach">@piotrmurach</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9059">#9059</a>: Update <code>Lint/UnmodifiedReduceAccumulator</code> to accept blocks which return in the form <code>accumulator[element]</code>. ([<a href="https://github.com/dvandersluis">@dvandersluis</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9072">#9072</a>: <code>Lint/MissingSuper</code>: exclude <code>method_missing</code> and <code>respond_to_missing?</code>. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9074">#9074</a>: Allow specifying a pull request ID when calling <code>rake changelog:*</code>. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li> </ul> <h2>1.3.1 (2020-11-16)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9037">#9037</a>: Fix <code>required_ruby_version</code> issue when using <code>Gem::Requirement</code>. ([<a href="https://github.com/cetinajero">@cetinajero</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9039">#9039</a>: Fix stack level too deep error if target directory contains <code>**</code>. ([<a href="https://github.com/unasuke">@unasuke</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6962">#6962</a>: Limit <code>Layout/ClassStructure</code> constant order autocorrect to literal constants. ([<a href="https://github.com/tejasbubane">@tejasbubane</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9032">#9032</a>: Fix an error for <code>Style/DocumentDynamicEvalDefinition</code> when using eval-type method with interpolated string that is not heredoc without comment doc. ([<a href="https://github.com/koic">@koic</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9049">#9049</a>: Have <code>Lint/ToEnumArguments</code> accept <code>__callee__</code>. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9050">#9050</a>: Fix a false positive for <code>Style/NegatedIfElseCondition</code> when <code>if</code> with <code>!!</code> condition. ([<a href="https://github.com/koic">@koic</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9041">#9041</a>: Fix a false positive for <code>Naming/VariableNumber</code> when using integer symbols. ([<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/pull/9045">#9045</a>: Have <code>cut_release</code> handle &quot;config/default&quot; and generate cops doc. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9036">#9036</a>: Allow <code>enums</code> method by default for <code>Lint/ConstantDefinitionInBlock</code>. ([<a href="https://github.com/koic">@koic</a>][])</li> <li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9035">#9035</a>: Only complain about <code>SafeYAML</code> if it causes issues. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop-hq/rubocop/commit/6fed9e22820ae2dd258ea6a797348cd949a6de3a"><code>6fed9e2</code></a> Cut 1.4.1</li> <li><a href="https://github.com/rubocop-hq/rubocop/commit/5480cf0f4c83fa5e18f7abad07c1cbe081b8b707"><code>5480cf0</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop-hq/rubocop/commit/40f02496b9712d735e4d68ceb8c0cbaf34c51fff"><code>40f0249</code></a> Fix gemspec to include assets directory</li> <li><a href="https://github.com/rubocop-hq/rubocop/commit/0b08778279909f94b67c74a4be076cd5250a65a2"><code>0b08778</code></a> Fix the changelog</li> <li><a href="https://github.com/rubocop-hq/rubocop/commit/5784d45f6c17d15c7aa72cb6d727352819351bcb"><code>5784d45</code></a> Kill a couple of blank lines</li> <li><a href="https://github.com/rubocop-hq/rubocop/commit/38e380df80adf0517716b1a0d7eb70859a3ac0d3"><code>38e380d</code></a> Switch back the docs version to master</li> <li><a href="https://github.com/rubocop-hq/rubocop/commit/746c1be8b415d12e759d9a5b14a74f21c86b0b1d"><code>746c1be</code></a> Cut 1.4</li> <li><a href="https://github.com/rubocop-hq/rubocop/commit/4a388c0eb3b633ef40d0e34d6bfcd87bbc4e8dea"><code>4a388c0</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop-hq/rubocop/commit/2a4f895dd7eb29246e18f61cb4e3f493cc2005d8"><code>2a4f895</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9064">#9064</a>] Add three new config options for <code>Layout/EmptyLineBetweenDefs</code> cop</li> <li><a href="https://github.com/rubocop-hq/rubocop/commit/218409da0719544d71870f41d7fc35a8084e4fee"><code>218409d</code></a> Improve Style/RedundantArgument</li> <li>Additional commits viewable in <a href="https://github.com/rubocop-hq/rubocop/compare/v1.3.0...v1.4.1">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 94419e0 + ab54929 commit 84e7095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ group :development, :test do
1414
end
1515

1616
group :development do
17-
gem 'rubocop', '~> 1.3.0', require: false
17+
gem 'rubocop', '~> 1.4.1', require: false
1818
end

0 commit comments

Comments
 (0)