diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-26 09:44:55 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-26 11:00:51 +0900 |
| commit | 89af235435a911d86e04abdb1a54f4fe25dcaa6a (patch) | |
| tree | 792321d657e89999b5bf9e6f5427cf1c40831980 /lib | |
| parent | 93df96684860ea437de982d6778fc9d845d0505a (diff) | |
Added ruby_41? platform
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bundler/current_ruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/current_ruby.rb b/lib/bundler/current_ruby.rb index ab6520a106..17c7655adb 100644 --- a/lib/bundler/current_ruby.rb +++ b/lib/bundler/current_ruby.rb @@ -11,7 +11,7 @@ module Bundler end class CurrentRuby - ALL_RUBY_VERSIONS = [*18..27, *30..34, 40].freeze + ALL_RUBY_VERSIONS = [*18..27, *30..34, *40..41].freeze KNOWN_MINOR_VERSIONS = ALL_RUBY_VERSIONS.map {|v| v.digits.reverse.join(".") }.freeze KNOWN_MAJOR_VERSIONS = ALL_RUBY_VERSIONS.map {|v| v.digits.last.to_s }.uniq.freeze PLATFORM_MAP = { |
