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 from 1.56.4 to 1.57.1 #582

Merged
merged 3 commits into from
Dec 11, 2023

Commits on Dec 11, 2023

  1. Bump rubocop from 1.56.4 to 1.57.1

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.4 to 1.57.1.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.56.4...v1.57.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sambostock committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d19c2ad View commit details
    Browse the repository at this point in the history
  2. Dump full RuboCop config

    This automated commit dumps the contents of the full RuboCop config.
    [dependabot skip]
    github-actions[bot] authored and sambostock committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4874b30 View commit details
    Browse the repository at this point in the history
  3. Dynamically enable Style/SingleLineDoEndBlock

    This enables `Style/SingleLineDoEndBlock` for consumers on a new enough
    version of RuboCop. This allows us to enable the cop without dropping
    support for old RuboCop versions.
    sambostock committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    194baa9 View commit details
    Browse the repository at this point in the history