lib/bundler/definition.rb in bundler-2.2.26 vs lib/bundler/definition.rb in bundler-2.2.27
- old
+ new
@@ -159,9 +159,15 @@
def multisource_allowed?
@multisource_allowed
end
+ def resolve_only_locally!
+ @remote = false
+ sources.local_only!
+ resolve
+ end
+
def resolve_with_cache!
sources.cached!
resolve
end