mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Use future tense if current version is older than list version
This commit is contained in:
parent
48f0352280
commit
ede3c5ee0f
Notes:
git
2023-08-04 12:12:29 +00:00
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user