diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bundled_gems.rb | 2 |
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 |
