Skip to content

Commit

Permalink
Update target_ruby.rb
Browse files Browse the repository at this point in the history
rubocop 0.81 is the last version to support 2.3 mode, not 0.82.

This is a partical revert of 44a5bee
  • Loading branch information
marcandre committed Jun 1, 2020
1 parent 48ae2ee commit b29d767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/target_ruby.rb
Expand Up @@ -7,7 +7,7 @@ class TargetRuby
DEFAULT_VERSION = KNOWN_RUBIES.first

OBSOLETE_RUBIES = {
1.9 => '0.50', 2.0 => '0.50', 2.1 => '0.58', 2.2 => '0.69', 2.3 => '0.82'
1.9 => '0.50', 2.0 => '0.50', 2.1 => '0.58', 2.2 => '0.69', 2.3 => '0.81'
}.freeze
private_constant :KNOWN_RUBIES, :OBSOLETE_RUBIES

Expand Down

0 comments on commit b29d767

Please sign in to comment.