diff options
author | Tara Bass <[email protected]> | 2025-02-27 11:44:50 -0800 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-03-10 12:43:36 +0900 |
commit | 4323674fe4d697db48856292deb459f9ca923272 () | |
tree | ec11a46abcd3cccff5ba4e7c146e65e785931fe9 /lib/bundler/source/git | |
parent | 71e340881f1aca4911a35ddafd519fb0e29e6544 (diff) |
[rubygems/rubygems] Don't treat a git-sourced gem install as complete if only the '.git' directory is present. This recovers cases where a git-sourced install can be left in a partially installed state.
https://.com/rubygems/rubygems/commit/d132b7008d
Notes: Merged: https://.com/ruby/ruby/pull/12890
-rw-r--r-- | lib/bundler/source/git/git_proxy.rb | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -147,6 +147,12 @@ module Bundler end end private def git_remote_fetch(args) |