[rubygems/rubygems] Bump Ruby version to be used in bundle gem template

since 2.6 and 2.7 are EOL and bundler dropped their support by https://github.com/rubygems/rubygems/pull/7116.

https://github.com/rubygems/rubygems/commit/b562d9a822
This commit is contained in:
Masato Ohba 2024-01-27 22:19:40 +09:00 committed by git
parent 5d9d07a491
commit 0bac390e07

View File

@ -437,7 +437,7 @@ module Bundler
end
def required_ruby_version
"2.6.0"
"3.0.0"
end
def rubocop_version