Skip to content

Commit

Permalink
Added limitation of bundled gems warning feature with bootsnap
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 21, 2023
1 parent 28e3886 commit bcb4706
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NEWS.md
Expand Up @@ -128,7 +128,9 @@ Note: We're only listing outstanding class updates.
## Stdlib updates

* 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. This warning is suppressed
if you use bootsnap gem. We recoomend to run your application with `DISABLE_BOOTSNAP=1` environmental variable
at least once. This is limitation of this version.
[[Feature #19351]] [[Feature #19776]] [[Feature #19843]]
* abbrev
* base64
Expand Down

0 comments on commit bcb4706

Please sign in to comment.