airbnb/ruby

Support ruby 2.6

szpasztor opened this issue · 1 comments

The gem currently forces rubocop 0.58.0, therefore failing to run with Ruby 2.6, even though rubocop itself supports it:

Error: Unknown Ruby version 2.6 found in `.ruby-version`.
Supported versions: 2.2, 2.3, 2.4, 2.5

Duplicate of #146; see #150.