mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Fixed worng key of bundled_gems list
This commit is contained in:
parent
a0b695b4e6
commit
ae8fd392d5
Notes:
git
2023-08-04 12:12:28 +00:00
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user