Fixed worng key of bundled_gems list

This commit is contained in:
Hiroshi SHIBATA 2023-08-04 19:20:39 +09:00
parent a0b695b4e6
commit ae8fd392d5
Notes: git 2023-08-04 12:12:28 +00:00

View File

@ -254,7 +254,7 @@ module Bundler
"inline Gemfile"
end
be = RUBY_VERSION < ::Gem::BUNDLED_GEMS::SINCE[name] ? "will be" : "is"
warn "#{name} #{be} not part of the default gems since Ruby #{::Gem::BUNDLED_GEMS::SINCE[file]}." \
warn "#{name} #{be} not part of the default gems since Ruby #{::Gem::BUNDLED_GEMS::SINCE[name]}." \
" Add it to your #{target_file}."
end
end