diff options
author | David RodrÃguez <[email protected]> | 2025-04-12 20:00:54 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-04-15 16:47:19 +0900 |
commit | 0ad7cf17a00d7f183f4fb41a9c4b595ea8bb99cd () | |
tree | 5f38e221a705df6ba2062e80e8d07fe2dcc37d0d /lib/bundler | |
parent | 806fbb1e477c4e70f3239a117a31ccef13f7aa2d (diff) |
[rubygems/rubygems] Clarify comment
https://.com/rubygems/rubygems/commit/42534e746b
-rw-r--r-- | lib/bundler/lazy_specification.rb | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -217,10 +217,10 @@ module Bundler if search if search.platform == platform - # We don't validate locally installed dependencies but accept what's in - # the lockfile instead for performance, since loading locally installed - # dependencies would mean evaluating all gemspecs, which would affect - # `bundler/setup` performance if search.is_a?(StubSpecification) search.dependencies = dependencies else |