Closed monfresh closed 5 years ago
Why: To use the latest and greatest and to allow PR #227 to pass. Rubocop automatically uses the version specified in .ruby-version. No need to set TargetRubyVersion in .rubocop.yml.
.ruby-version
TargetRubyVersion
.rubocop.yml
CI failures look like java version?
Ah right. I had to bump up the java version in my other PR as well. I will fix here too.
Why: To use the latest and greatest and to allow PR #227 to pass. Rubocop automatically uses the version specified in
.ruby-version
. No need to setTargetRubyVersion
in.rubocop.yml
.