shakacode / shakapacker

Use Webpack to manage app-like JavaScript modules in Rails
MIT License
400 stars 89 forks source link

ci: only run Rubocop with latest Ruby #438

Closed G-Rath closed 3 months ago

G-Rath commented 3 months ago

Summary

We don't need to be running Rubocop on every version of Ruby as we've got TargetRubyVersion set which ensures we don't use syntax that isn't supported in 2.7.

Pull Request checklist