Updates the requirements on rubocop to permit the latest version.
Release notes
*Sourced from [rubocop's releases](https://github.com/rubocop-hq/rubocop/releases).*
> ## RuboCop 0.67.1
> ### Changes
>
> * [#6881](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6881): Set default `PreferredName` to `e` for `Naming/RescuedExceptionsVariableName`. ([@koic][])
>
> [@koic]: https://github.com/koic
Changelog
*Sourced from [rubocop's changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md).*
> ## 0.67.1 (2019-04-04)
>
> ### Changes
>
> * [#6881](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6881): Set default `PreferredName` to `e` for `Naming/RescuedExceptionsVariableName`. ([@koic][])
>
> ## 0.67.0 (2019-04-04)
>
> ### New features
>
> * [#5184](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/5184): Add new multiline element line break cops. ([@maxh][])
> * Add new cop `Rails/ActiveRecordOverride` that checks for overriding Active Record methods instead of using callbacks. ([@elebow][])
> * Add new cop `Rails/RedundantAllowNil` that checks for cases when `allow_blank` makes `allow_nil` unnecessary in model validations. ([@elebow][])
> * Add new `Naming/RescuedExceptionsVariableName` cop. ([@AdrienSldy][])
>
> ### Bug fixes
>
> * [#6761](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6761): Make `Naming/UncommunicativeMethodParamName` account for param names prefixed with underscores. ([@thomthom][])
> * [#6855](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6855): Fix an exception in `Rails/RedundantReceiverInWithOptions` when the body is empty. ([@ericsullivan][])
> * [#6856](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6856): Fix auto-correction for `Style/BlockComments` when the file is missing a trailing blank line. ([@ericsullivan][])
> * [#6858](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6858): Fix an incorrect auto-correct for `Lint/ToJSON` when there are no `to_json` arguments. ([@koic][])
> * [#6865](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6865): Fix deactivated `StyleGuideBaseURL` for `Layout/ClassStructure`. ([@aeroastro][])
> * [#6868](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6868): Fix `Rails/LinkToBlank` auto-correct bug when using symbol for target. ([@r7kamura][])
> * [#6869](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6869): Fix false positive for `Rails/LinkToBlank` when rel is a symbol value. ([@r7kamura][])
> * Add `IncludedMacros` param to default rubocop config for `Style/MethodCallWithArgsParentheses`. ([@maxh][])
> * [#6785](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6785): Do not register an offense for `Rails/Present` or `Rails/Blank` in an `unless else` context when `Style/UnlessElse` is enabled. ([@rrosenblum][])
>
> ### Changes
>
> * [#6854](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6854): Mark Rails/LexicallyScopedActionFilter as unsafe and document risks. ([@urbanautomaton][])
> * [#5977](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/5977): Warn for Performance Cops. ([@koic][])
> * [#6637](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6637): Move `LstripRstrip` from `Performance` to `Style` department and rename it to `Strip`. ([[@anuja](https://github.com/anuja)-joshi][])
> * [#6875](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6875): Mention block form of `Struct.new` in ` Style/StructInheritance`. ([@XrXr][])
> * [#6871](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6871): Move `Performance/RedundantSortBy`, `Performance/UnneededSort` and `Performance/Sample` to the Style department. ([@bbatsov][])
>
> ## 0.66.0 (2019-03-18)
>
> ### New features
>
> * [#6393](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6393): Add `AllowBracesOnProceduralOneLiners` option to fine-tune `Style/BlockDelimiter`'s semantic mode. ([@davearonson][])
> * [#6383](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6383): Add `AllowBeforeTrailingComments` option on `Layout/ExtraSpacing` cop. ([@davearonson][])
> * New cop `Lint/SafeNavigationWithEmpty` checks for `foo&.empty?` in conditionals. ([@rspeicher][])
> * Add new `Style/ConstantVisibility` cop for enforcing visibility declarations of class and module constants. ([@drenmi][])
> * [#6378](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6378): Add `Lint/ToJSON` cop to enforce an argument when overriding `#to_json`. ([@allcentury][])
> * [#6346](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6346): Add auto-correction to `Rails/TimeZone`. ([@dcluna][])
> * [#6840](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6840): Node patterns now allow unlimited elements after `...`. ([@marcandre][])
>
> ### Bug fixes
>
> * [#4321](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/4321): Fix false offense for `Style/RedundantSelf` when the method is also defined on `Kernel`. ([@mikegee][])
> ... (truncated)
Commits
- [`01918a1`](https://github.com/rubocop-hq/rubocop/commit/01918a1e89aa07c7b4bd8a6b795eb0836165335f) Cut 0.67.1
- [`d0677d7`](https://github.com/rubocop-hq/rubocop/commit/d0677d78a0cd6e9c1f96665ebe903a057b51a078) Set default `PreferredName` to `e` for `Naming/RescuedExceptionsVariableName`
- [`1d0e480`](https://github.com/rubocop-hq/rubocop/commit/1d0e48024cf57ed6d60ea592811a35cb67d89556) Cut 0.67
- [`2513212`](https://github.com/rubocop-hq/rubocop/commit/25132129ae9960a3beb104a7d79b4f3a8bd5fd47) Fix the manual
- [`f0959e8`](https://github.com/rubocop-hq/rubocop/commit/f0959e8eda5b8f45956cd127fd18389a5a9594c8) Add new Naming/RescuedExceptionsVariableName cop
- [`b05bb15`](https://github.com/rubocop-hq/rubocop/commit/b05bb154d079f00fff6c5deca4029b86b48f0917) [Fix [#6785](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6785)] Make Rails/Blank and Rails/Present aware of Style/UnlessElse
- [`93b1fc1`](https://github.com/rubocop-hq/rubocop/commit/93b1fc1f74c00c043b4b1424781e693a628d61ed) Update a bit of cop metadata
- [`ad5c5f9`](https://github.com/rubocop-hq/rubocop/commit/ad5c5f90b1f63465bac79eeee939e9228c37084c) [Fix [#5184](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/5184)] Add new multiline element line break cops ([#6824](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6824))
- [`2a4dfca`](https://github.com/rubocop-hq/rubocop/commit/2a4dfcafc78ccde3357201c1c8061ddc5398d5be) Add `STDERR.puts` check to Style/StderrPuts cop
- [`32ed7d1`](https://github.com/rubocop-hq/rubocop/commit/32ed7d197855b66e16f1ef1a7ecdc409112ead14) [Fix [#6871](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6871)] Move several performance cops to the style department
- Additional commits viewable in [compare view](https://github.com/rubocop-hq/rubocop/compare/v0.52.1...v0.67.1)
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 commands and options
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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)
Finally, you can contact us by mentioning @dependabot.
Updates the requirements on rubocop to permit the latest version.
Release notes
*Sourced from [rubocop's releases](https://github.com/rubocop-hq/rubocop/releases).* > ## RuboCop 0.67.1 > ### Changes > > * [#6881](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6881): Set default `PreferredName` to `e` for `Naming/RescuedExceptionsVariableName`. ([@koic][]) > > [@koic]: https://github.com/koicChangelog
*Sourced from [rubocop's changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md).* > ## 0.67.1 (2019-04-04) > > ### Changes > > * [#6881](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6881): Set default `PreferredName` to `e` for `Naming/RescuedExceptionsVariableName`. ([@koic][]) > > ## 0.67.0 (2019-04-04) > > ### New features > > * [#5184](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/5184): Add new multiline element line break cops. ([@maxh][]) > * Add new cop `Rails/ActiveRecordOverride` that checks for overriding Active Record methods instead of using callbacks. ([@elebow][]) > * Add new cop `Rails/RedundantAllowNil` that checks for cases when `allow_blank` makes `allow_nil` unnecessary in model validations. ([@elebow][]) > * Add new `Naming/RescuedExceptionsVariableName` cop. ([@AdrienSldy][]) > > ### Bug fixes > > * [#6761](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6761): Make `Naming/UncommunicativeMethodParamName` account for param names prefixed with underscores. ([@thomthom][]) > * [#6855](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6855): Fix an exception in `Rails/RedundantReceiverInWithOptions` when the body is empty. ([@ericsullivan][]) > * [#6856](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6856): Fix auto-correction for `Style/BlockComments` when the file is missing a trailing blank line. ([@ericsullivan][]) > * [#6858](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6858): Fix an incorrect auto-correct for `Lint/ToJSON` when there are no `to_json` arguments. ([@koic][]) > * [#6865](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6865): Fix deactivated `StyleGuideBaseURL` for `Layout/ClassStructure`. ([@aeroastro][]) > * [#6868](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6868): Fix `Rails/LinkToBlank` auto-correct bug when using symbol for target. ([@r7kamura][]) > * [#6869](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6869): Fix false positive for `Rails/LinkToBlank` when rel is a symbol value. ([@r7kamura][]) > * Add `IncludedMacros` param to default rubocop config for `Style/MethodCallWithArgsParentheses`. ([@maxh][]) > * [#6785](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6785): Do not register an offense for `Rails/Present` or `Rails/Blank` in an `unless else` context when `Style/UnlessElse` is enabled. ([@rrosenblum][]) > > ### Changes > > * [#6854](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6854): Mark Rails/LexicallyScopedActionFilter as unsafe and document risks. ([@urbanautomaton][]) > * [#5977](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/5977): Warn for Performance Cops. ([@koic][]) > * [#6637](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6637): Move `LstripRstrip` from `Performance` to `Style` department and rename it to `Strip`. ([[@anuja](https://github.com/anuja)-joshi][]) > * [#6875](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6875): Mention block form of `Struct.new` in ` Style/StructInheritance`. ([@XrXr][]) > * [#6871](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6871): Move `Performance/RedundantSortBy`, `Performance/UnneededSort` and `Performance/Sample` to the Style department. ([@bbatsov][]) > > ## 0.66.0 (2019-03-18) > > ### New features > > * [#6393](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6393): Add `AllowBracesOnProceduralOneLiners` option to fine-tune `Style/BlockDelimiter`'s semantic mode. ([@davearonson][]) > * [#6383](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6383): Add `AllowBeforeTrailingComments` option on `Layout/ExtraSpacing` cop. ([@davearonson][]) > * New cop `Lint/SafeNavigationWithEmpty` checks for `foo&.empty?` in conditionals. ([@rspeicher][]) > * Add new `Style/ConstantVisibility` cop for enforcing visibility declarations of class and module constants. ([@drenmi][]) > * [#6378](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6378): Add `Lint/ToJSON` cop to enforce an argument when overriding `#to_json`. ([@allcentury][]) > * [#6346](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6346): Add auto-correction to `Rails/TimeZone`. ([@dcluna][]) > * [#6840](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6840): Node patterns now allow unlimited elements after `...`. ([@marcandre][]) > > ### Bug fixes > > * [#4321](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/4321): Fix false offense for `Style/RedundantSelf` when the method is also defined on `Kernel`. ([@mikegee][]) > ... (truncated)Commits
- [`01918a1`](https://github.com/rubocop-hq/rubocop/commit/01918a1e89aa07c7b4bd8a6b795eb0836165335f) Cut 0.67.1 - [`d0677d7`](https://github.com/rubocop-hq/rubocop/commit/d0677d78a0cd6e9c1f96665ebe903a057b51a078) Set default `PreferredName` to `e` for `Naming/RescuedExceptionsVariableName` - [`1d0e480`](https://github.com/rubocop-hq/rubocop/commit/1d0e48024cf57ed6d60ea592811a35cb67d89556) Cut 0.67 - [`2513212`](https://github.com/rubocop-hq/rubocop/commit/25132129ae9960a3beb104a7d79b4f3a8bd5fd47) Fix the manual - [`f0959e8`](https://github.com/rubocop-hq/rubocop/commit/f0959e8eda5b8f45956cd127fd18389a5a9594c8) Add new Naming/RescuedExceptionsVariableName cop - [`b05bb15`](https://github.com/rubocop-hq/rubocop/commit/b05bb154d079f00fff6c5deca4029b86b48f0917) [Fix [#6785](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6785)] Make Rails/Blank and Rails/Present aware of Style/UnlessElse - [`93b1fc1`](https://github.com/rubocop-hq/rubocop/commit/93b1fc1f74c00c043b4b1424781e693a628d61ed) Update a bit of cop metadata - [`ad5c5f9`](https://github.com/rubocop-hq/rubocop/commit/ad5c5f90b1f63465bac79eeee939e9228c37084c) [Fix [#5184](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/5184)] Add new multiline element line break cops ([#6824](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6824)) - [`2a4dfca`](https://github.com/rubocop-hq/rubocop/commit/2a4dfcafc78ccde3357201c1c8061ddc5398d5be) Add `STDERR.puts` check to Style/StderrPuts cop - [`32ed7d1`](https://github.com/rubocop-hq/rubocop/commit/32ed7d197855b66e16f1ef1a7ecdc409112ead14) [Fix [#6871](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6871)] Move several performance cops to the style department - Additional commits viewable in [compare view](https://github.com/rubocop-hq/rubocop/compare/v0.52.1...v0.67.1)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 commands and options
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.