aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2023-12-06 16:47:29 +0900
committerYusuke Endoh <mame@ruby-lang.org>2023-12-06 17:13:18 +0900
commit1fd976db21191307fc1262631f5da20c8ce970fd (patch)
tree09eba8c769708ed1a3c6c78783b7c7928b7ead9d
parent7e05e9ff945c4e6d9fffebafc8037e28d747f0b7 (diff)
downloadruby-1fd976db21191307fc1262631f5da20c8ce970fd.tar.gz
Refine the NEWS entry for bundler warning
-rw-r--r--NEWS.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS.md b/NEWS.md
index 151424c59f..2ae12f8935 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -122,10 +122,10 @@ Note: We're only listing outstanding class updates.
## Stdlib updates
-* RubyGems and Bundler warn if users require gem that is scheduled to become the bundled gems
- in the future version of Ruby. [[Feature #19351]] [[Feature #19776]] [[Feature #19843]]
-
- Targeted libraries are:
+* 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.
+ Note that `bundle exec ruby` does not print a warning due to implementation limitation.
+ [[Feature #19351]] [[Feature #19776]] [[Feature #19843]]
* abbrev
* base64
* bigdecimal