lib/bundler/source/git.rb in bundler-1.6.0.pre.1 vs lib/bundler/source/git.rb in bundler-1.6.0.pre.2

- old
+ new

@@ -134,13 +134,9 @@ changed end # TODO: actually cache git specs def specs(*) - if has_app_cache? && !local? - set_local!(app_cache_path) - end - if requires_checkout? && !@copied git_proxy.checkout git_proxy.copy_to(install_path, submodules) serialize_gemspecs_in(install_path) @copied = true