Skip to content

Commit 40d6626

Browse files
hsbtmatzbot
authored andcommitted
[ruby/rubygems] Fixed with Lint/RedundantSplatExpansion
ruby/rubygems@2078f3d351
1 parent b1dfcd6 commit 40d6626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bundler/current_ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def self.current_ruby
1111
end
1212

1313
class CurrentRuby
14-
ALL_RUBY_VERSIONS = [*18..27, *30..34, *40].freeze
14+
ALL_RUBY_VERSIONS = [*18..27, *30..34, 40].freeze
1515
KNOWN_MINOR_VERSIONS = ALL_RUBY_VERSIONS.map {|v| v.digits.reverse.join(".") }.freeze
1616
KNOWN_MAJOR_VERSIONS = ALL_RUBY_VERSIONS.map {|v| v.digits.last.to_s }.uniq.freeze
1717
PLATFORM_MAP = {

0 commit comments

Comments
 (0)