prontolabs / pronto-rubocop

Pronto runner for Rubocop, ruby code analyzer
MIT License
83 stars 74 forks source link

fix compatibility with RuboCop 1.3.0 and later #65

Closed ashkulz closed 3 years ago

ashkulz commented 3 years ago

As a result of https://github.com/rubocop-hq/rubocop/issues/8761 the TargetRubyVersion is read from the gemspec and due to a bug (https://github.com/rubocop-hq/rubocop/issues/9482) this blocks the upgrade to support later RuboCop versions -- so let's specify 2.4 as a workaround.