Remove a note for bundle exec ruby not printing a warning

The implementation limitation is fixed by https://github.com/rubygems/rubygems/pull/7224
This commit is contained in:
Yusuke Endoh 2023-12-07 12:11:19 +09:00
parent 214f6d6598
commit 1ace218690

View File

@ -129,7 +129,6 @@ Note: We're only listing outstanding class updates.
* RubyGems and Bundler warn if users do `require` the following gems without adding them to Gemfile or gemspec. * RubyGems and Bundler warn if users do `require` the following gems without adding them to Gemfile or gemspec.
This is because they will become the bundled gems in the future version of Ruby. This is because they will become the bundled gems in the future version of Ruby.
Note that `bundle exec ruby` does not print a warning due to implementation limitation.
[[Feature #19351]] [[Feature #19776]] [[Feature #19843]] [[Feature #19351]] [[Feature #19776]] [[Feature #19843]]
* abbrev * abbrev
* base64 * base64