Use future tense if current version is older than list version

This commit is contained in:
Hiroshi SHIBATA 2023-08-04 18:08:42 +09:00
parent 48f0352280
commit ede3c5ee0f
Notes: git 2023-08-04 12:12:29 +00:00

View File

@ -77,7 +77,7 @@ module Gem::BUNDLED_GEMS
"#{name} is found in #{gem}"
else
return
end + " which is not part of the default gems since Ruby #{SINCE[gem]}"
end + " which #{RUBY_VERSION < SINCE[gem] ? "will be" : "is"} not part of the default gems since Ruby #{SINCE[gem]}"
end
bundled_gems = self