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

Update rubocop requirement from >= 1.25, < 1.63 to >= 1.25, < 1.65 #80

Merged
merged 2 commits into from
Nov 6, 2024

Commits on Nov 6, 2024

  1. Update rubocop requirement from >= 1.25, < 1.63 to >= 1.25, < 1.65

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.25.0...v1.28.2)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and corrieleech committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8f0629d View commit details
    Browse the repository at this point in the history
  2. Tweaks Gemfile/gemspec for new offenses

    Rubocop now prefers add_dependency over add_runtime_dependency
    as the latter is considered soft-deprecated.
    
    It also wanted us to move the development dependencies to the Gemfile.
    
    Co-authored-by: Alex Stone <[email protected]>
    Co-authored-by: James Nebeker <[email protected]>
    Co-authored-by: JC Avena <[email protected]>
    Co-authored-by: Jaxon Avena <[email protected]>
    5 people committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ff678da View commit details
    Browse the repository at this point in the history