rubocop / rubocop-capybara

Code style checking for Capybara files.
https://docs.rubocop.org/rubocop-capybara
MIT License
40 stars 8 forks source link

Update dependency to latest Rubocop 1.50 #48

Closed JulienItard closed 1 year ago

JulienItard commented 1 year ago

edit : Hello ! I would like to use Rubocop higher than 1.41. I cant because of this :)


Before submitting the PR make sure the following are checked:

bquorning commented 1 year ago

Why do we need to require a newer version of RuboCop?

JulienItard commented 1 year ago

Why do we need to require a newer version of RuboCop?

because I would like to use Rubocop greater than 1.41 :) In theory i should be able to update latest v < 2 but it doesn't work

pirj commented 1 year ago

There's nothing that prevents you from doing so, @JulienItard

pirj commented 1 year ago

We bump the minimum rubocop dependency when we need something new from rubocop. There is nothing that prevents users from using the latest 1.xx rubocop with any of rubocop-capybara versions.