summaryrefslogtreecommitdiff
path: root/spec/ruby/command_line
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2024-12-05 17:59:33 +0100
committergit <svn-admin@ruby-lang.org>2024-12-06 15:19:19 +0000
commit48443c02049d6310bd49811911ce5e3d5e9fb0ff (patch)
treed4c7e7ce3abc7f8e5bdf176b63f6357dcbeeaa78 /spec/ruby/command_line
parentba91ff5f782f008821d61e2e70dfb89751766f2b (diff)
[rubygems/rubygems] Skip unresolved deps warning on `Gem::Specification.reset` on benign cases
If `Gem::Specification.reset` is used, but there are still unresolved dependencies, RubyGems prints a warning. There are though, certain cases where the situation will not cause any issues. One such case is when the unresolved dependency does not restrict any versions (>= 0) and there's a default gem matching it. In this situation, it doesn't matter if Gem paths change, because default gems are still activatable, so the dependency will be properly activated if ever needed. https://github.com/rubygems/rubygems/commit/e5f8a3068e
Diffstat (limited to 'spec/ruby/command_line')
0 files changed, 0 insertions, 0 deletions