lib/bundler/source/git.rb in bundler-2.2.0.rc.1 vs lib/bundler/source/git.rb in bundler-2.2.0.rc.2

- old
+ new

@@ -232,10 +232,10 @@ def local? @local end - private + private def serialize_gemspecs_in(destination) destination = destination.expand_path(Bundler.root) if destination.relative? Dir["#{destination}/#{@glob}"].each do |spec_path| # Evaluate gemspecs and cache the result. Gemspecs