rubocop / rubocop-capybara

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

Deprecation warning with JRuby #100

Closed boris-petrov closed 5 months ago

boris-petrov commented 6 months ago

Running version 2.20.0 on JRuby leads to a bunch of deprecation warnings:

/home/boris/project/build/.gems-rubocop/gems/rubocop-capybara-2.20.0/lib/rubocop/cop/capybara/mixin/css_attributes_parser.rb:19: warning: passing a block to String#chars is deprecated

Is that normal/expected or is it some bug in JRuby?