komposable / komponent

An opinionated way of organizing front-end code in Ruby on Rails, based on components

Home Page:http://komponent.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rubocop not target the right ruby version

florentferry opened this issue · comments

Since I changed the gemspec to require ruby version 2.2 and the travis matrix targeting 2.2 until ruby-head, the rubocop configuration no longer targeting the right version. We need to change RubyTargetVersion option of rubocop from 2.4 to 2.2.