Skip to content

Commit c6c1885

Browse files
committed
Rebuild for RubyGems 4.0.5
1 parent 5e5ae6c commit c6c1885

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

command-reference.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ next: /rubygems-org-api
88

99
<em class="t-gray">What each `gem` command does, and how to use it.</em>
1010

11-
This reference was automatically generated from RubyGems version 4.0.4.
11+
This reference was automatically generated from RubyGems version 4.0.5.
1212

1313
* [gem build](#gem-build)
1414
* [gem cert](#gem-cert)
@@ -1056,6 +1056,10 @@ If you have made modifications to an installed gem, the pristine command
10561056
will revert them. All extensions are rebuilt and all bin stubs for the gem
10571057
are regenerated after checking for modifications.
10581058

1059+
Rebuilding extensions also refreshes C-extension gems against updated system
1060+
libraries (for example after OS or package upgrades) to avoid mismatches like
1061+
outdated library version warnings.
1062+
10591063
If the cached gem cannot be found it will be downloaded.
10601064

10611065
If --no-extensions is provided pristine will not attempt to restore a gem

0 commit comments

Comments
 (0)