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

- old
+ new

@@ -103,10 +103,12 @@ "#{base_name}-#{shortref_for_path(revision)}" end def unlock! git_proxy.revision = nil + options["revision"] = nil + @unlocked = true end def local_override!(path) return false if local? @@ -145,10 +147,9 @@ end changed end - # TODO: cache git specs def specs(*) set_local!(app_cache_path) if has_app_cache? && !local? if requires_checkout? && !@copied fetch