We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb75e99 commit df479f4Copy full SHA for df479f4
lib/rubygems/commands/pristine_command.rb
@@ -88,6 +88,10 @@ def description # :nodoc:
88
will revert them. All extensions are rebuilt and all bin stubs for the gem
89
are regenerated after checking for modifications.
90
91
+Rebuilding extensions also refreshes C-extension gems against updated system
92
+libraries (for example after OS or package upgrades) to avoid mismatches like
93
+outdated library version warnings.
94
+
95
If the cached gem cannot be found it will be downloaded.
96
97
If --no-extensions is provided pristine will not attempt to restore a gem
0 commit comments