Drop Ruby 2.5 support for rubocop-rspec
Drop Ruby 2.5 support
https://github.com/rubocop/rubocop-rspec/pull/1267
RuboCop 側で Ruby 2.5 のサポートが Drop されたことによって、Ruby 2.5 をターゲットにした CI が落ちていたので解消した。
https://github.com/rubocop/rubocop/pull/10577
At least the problem I am encountering is that the
TargetRubyVersion
inrubocop.yml
points to 2.5, so it looks like CI is not passing.
https://github.com/rubocop/rubocop-rspec/runs/6180012648?check_suite_focus=true
Error: RuboCop found unsupported Ruby version 2.5 inTargetRubyVersion
parameter (in .rubocop.yml). 2.5-compatible analysis was dropped after version 1.28.