Skip to content

Rubocop dependency update to make VSC extension play well with it #201

Open
@knightq

Description

@knightq

The current gemspec rubocop dependency is set to ~> 1.32.0 locking rubocop to a version which has been released on July 21, 2022.
Any plans to relax the dependency specification to perhaps '>= 1.56.0'?

The real problem for us is that the official VSC extension for Rubocop requires at least version 1.53.0 of rubocop:

[client]   Version reported by `bundle exec rubocop -v`: 1.32.0 (>= 1.53.0 required)

otherwise it doesn't work and we miss the chance to have Rubocop running directly in the IDE.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions