aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-08-04 18:08:42 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-08-04 21:12:09 +0900
commitede3c5ee0f2ffa616724ef455420ba82c01c49ab (patch)
tree3aecfddf2257a7ef7a3e43053b36486469f6be53 /lib
parent48f035228044e06634b46d59c8a255455cbddd70 (diff)
downloadruby-ede3c5ee0f2ffa616724ef455420ba82c01c49ab.tar.gz
Use future tense if current version is older than list version
Diffstat (limited to 'lib')
-rw-r--r--lib/bundled_gems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb
index 79603d8292..2623e1e96f 100644
--- a/lib/bundled_gems.rb
+++ b/lib/bundled_gems.rb
@@ -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