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.57.1 to 1.59.0 #593

Merged
merged 5 commits into from
Dec 27, 2023

Commits on Dec 11, 2023

  1. Bump rubocop from 1.57.1 to 1.59.0

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.57.1 to 1.59.0.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.57.1...v1.59.0)
    
    ---
    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
    10881a7 View commit details
    Browse the repository at this point in the history
  2. Extract v1_57 local variable

    Rather than repeat `Gem::Version.new(...)` every time we want to check a
    version, we can extract a variable.
    sambostock committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    759f434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d34a78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5630b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33ba911 View commit details
    Browse the repository at this point in the history