From 0ad7cf17a00d7f183f4fb41a9c4b595ea8bb99cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sat, 12 Apr 2025 20:00:54 +0200 Subject: [rubygems/rubygems] Clarify comment https://github.com/rubygems/rubygems/commit/42534e746b --- lib/bundler/lazy_specification.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/bundler') diff --git a/lib/bundler/lazy_specification.rb b/lib/bundler/lazy_specification.rb index 94a5b21e3d..808a4cc722 100644 --- a/lib/bundler/lazy_specification.rb +++ b/lib/bundler/lazy_specification.rb @@ -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 + # We don't validate dependencies of locally installed gems but accept + # what's in the lockfile instead for performance, since loading + # dependencies of locally installed gems would mean evaluating all + # gemspecs, which would affect `bundler/setup` performance if search.is_a?(StubSpecification) search.dependencies = dependencies else -- cgit v1.2.3