Skip to content

Commit

Permalink
Update obsolete rubies
Browse files Browse the repository at this point in the history
Follow up #7943 (comment).
  • Loading branch information
koic authored and bbatsov committed Jun 16, 2020
1 parent 9cdaa31 commit 8503147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/target_ruby.rb
Original file line number Diff line number Diff line change
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.81'
1.9 => '0.41', 2.0 => '0.50', 2.1 => '0.57', 2.2 => '0.68', 2.3 => '0.81'
}.freeze
private_constant :KNOWN_RUBIES, :OBSOLETE_RUBIES

Expand Down

0 comments on commit 8503147

Please sign in to comment.