Added limitation of bundled gems warning feature with bootsnap
This commit is contained in:
parent
28e3886689
commit
bcb4706dac
4
NEWS.md
4
NEWS.md
@ -128,7 +128,9 @@ Note: We're only listing outstanding class updates.
|
|||||||
## Stdlib updates
|
## Stdlib 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. 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]]
|
[[Feature #19351]] [[Feature #19776]] [[Feature #19843]]
|
||||||
* abbrev
|
* abbrev
|
||||||
* base64
|
* base64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user