Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubocop-rails from 2.11.0 to 2.11.1 #16439

Merged
merged 1 commit into from
Jun 30, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2021

Bumps rubocop-rails from 2.11.0 to 2.11.1.

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.11.1

Bug fixes

  • #509: Fix an error for Rails/ReflectionClassName when using class_name: to_s. (@​skryukov)
  • #510: Fix an error for Rails/FindBy when calling #first or #take on a Range object. (@​johnsyweb)
  • #507: Fix an error for Rails/FindBy when calling take after block. (@​koic)
  • #504: Fix a false positive for Rails/FindBy when receiver is not an Active Record. (@​nvasilevski)
Changelog

Sourced from rubocop-rails's changelog.

2.11.1 (2021-06-25)

Bug fixes

  • #509: Fix an error for Rails/ReflectionClassName when using class_name: to_s. ([@​skryukov][])
  • #510: Fix an error for Rails/FindBy when calling #first or #take on a Range object. ([@​johnsyweb][])
  • #507: Fix an error for Rails/FindBy when calling take after block. ([@​koic][])
  • #504: Fix a false positive for Rails/FindBy when receiver is not an Active Record. ([@​nvasilevski][])
Commits
  • cc275a7 Cut 2.11.1
  • 9f6fcdc Merge pull request #510 from johnsyweb/paj/bug-repro
  • 3ed8153 Fix Rails/FindBy when calling Range#first or #take
  • 41597b0 Merge pull request #509 from skryukov/fix/reflection-class-name
  • b3ce31a Add a spec for Rails/FindBy
  • 6e14b78 Fix an error for Rails/ReflectionClassName when using class_name: to_s
  • 1f380d2 Suppress Naming/InclusiveLanguage warn
  • 377d270 Suppress Layout/LineEndStringConcatenationIndentation warn
  • faf63a9 Add a changelog entry
  • ae0507b Merge pull request #506 from nvasilevski/nvasilevski/fix-find-by-cop-triggeri...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.11.0...v2.11.1)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 28, 2021
@ykzts ykzts merged commit 6f53371 into main Jun 30, 2021
@dependabot dependabot bot deleted the dependabot/bundler/rubocop-rails-2.11.1 branch June 30, 2021 14:40
jesseplusplus pushed a commit to jesseplusplus/decodon that referenced this pull request Feb 10, 2022
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.11.0...v2.11.1)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant