David Rodríguez 0a62e82ac4
[rubygems/rubygems] Fix gem install sometimes compiling the wrong source files
If a previous copy of a gem is already installed, RubyGems will not
reinstall the gem but only recompile its extensions. This seems like a
good idea, but only if the gem is being installed from the registry.

If we are installing a locally built package, then the package should be
completely reinstalled and extensions compiled from the sources in the
locally built package, not from the sources in the previous
installation.

https://github.com/rubygems/rubygems/commit/1c282d98d5
2025-06-17 15:09:34 +09:00
..
2025-06-04 12:47:29 +09:00
2025-05-14 17:10:04 +00:00
2025-06-11 05:04:16 +00:00
2025-04-10 17:29:39 +09:00
2025-05-20 18:22:41 +09:00
2025-05-13 17:50:05 +00:00
2025-04-26 11:56:42 +00:00
2025-05-12 02:50:25 +09:00
2025-04-26 10:31:11 +09:00